Tool tree
The autonomous stack for every app and agent.
ask-vercelAction
Open Vercel's AI chat and submit a question about Vercel products, documentation, pricing, or platform capabilities.
View tool JSON
{
"name": "ask-vercel",
"kind": "act",
"impl": "imperative",
"description": "Open Vercel's AI chat and submit a question about Vercel products, documentation, pricing, or platform capabilities.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 2000,
"description": "The question to ask Vercel."
}
},
"required": [
"query"
],
"additionalProperties": false
}
}vercel.open_documentationAction
Open the Vercel documentation homepage. Use this when the user wants technical guidance about Vercel products or platform features.
View tool JSON
{
"name": "vercel.open_documentation",
"kind": "act",
"impl": "imperative",
"description": "Open the Vercel documentation homepage. Use this when the user wants technical guidance about Vercel products or platform features.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}vercel.open_pluginAction
Open the Vercel plugin. Use it to work with Vercel projects, deployments, and platform resources.
View tool JSON
{
"name": "vercel.open_plugin",
"kind": "act",
"impl": "imperative",
"description": "Open the Vercel plugin. Use it to work with Vercel projects, deployments, and platform resources.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}vercel.open_sales_contact_formAction
Navigate to the Vercel sales contact form, where the user can share their requirements with the sales team.
View tool JSON
{
"name": "vercel.open_sales_contact_form",
"kind": "act",
"impl": "imperative",
"description": "Navigate to the Vercel sales contact form, where the user can share their requirements with the sales team.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}vercel.start_deployment_flowAction
Navigate to Vercel's new project flow, where the user can import a repository or start from a template before creating a deployment.
View tool JSON
{
"name": "vercel.start_deployment_flow",
"kind": "act",
"impl": "imperative",
"description": "Navigate to Vercel's new project flow, where the user can import a repository or start from a template before creating a deployment.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}