Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Create deploy keyCONVEX_CREATE_DEPLOY_KEY
Tool to create a deploy key for use with the Convex CLI. Use when you need to generate credentials for CLI-based development or deployment workflows. The generated key provides administrative access to the specified deployment.
Create DeploymentCONVEX_CREATE_DEPLOYMENT
Tool to create a new deployment for a Convex project. Use when you need to create a development, production, or custom deployment. Specify the deployment type and optional configuration like class, reference, and region.
Create ProjectCONVEX_CREATE_PROJECT
Tool to create a new project on a Convex team, optionally provisioning a dev or prod deployment. Use when you need to initialize a new Convex project in a team.
Delete Custom DomainCONVEX_DELETE_CUSTOM_DOMAIN
Tool to remove a custom domain from a Convex deployment. Use when you need to delete a previously configured custom domain.
Delete DeploymentCONVEX_DELETE_DEPLOYMENT
Tool to delete a Convex deployment. Use when you need to permanently remove a deployment and all its data. WARNING: This action will delete all data and files in the deployment and cannot be undone.
Delete projectCONVEX_DELETE_PROJECT
Deletes a Convex project and all its deployments permanently. Use when you need to permanently remove a project and all associated data. This operation cannot be undone.
Execute Query BatchCONVEX_EXECUTE_QUERY_BATCH
Tool to execute multiple Convex query functions in a single batch request. Use when you need to fetch data from multiple queries efficiently in one API call.
Get Deployment DetailsCONVEX_GET_DEPLOYMENT
Tool to retrieve details about a Convex cloud deployment. Use when you need to get information about a specific deployment including its configuration, region, creation time, and status.
Get Project by IDCONVEX_GET_PROJECT_BY_ID
Tool to retrieve detailed information about a specific Convex project by its ID. Use when you need to fetch project metadata including name, slug, team association, and creation time.
Get Project by SlugCONVEX_GET_PROJECT_BY_SLUG
Tool to retrieve a Convex project by its slug within a team. Use when you need to fetch project details using human-readable identifiers instead of numeric IDs.
Get Query TimestampCONVEX_GET_QUERY_TIMESTAMP
Tool to get the latest timestamp for queries from Convex deployment. Use when you need to retrieve the current query timestamp from the Convex API.
Get token detailsCONVEX_GET_TOKEN_DETAILS
Tool to retrieve token details for the authenticated token. Returns the team ID for team tokens or project ID for project tokens. Especially useful after receiving a token from an OAuth flow to identify which team or project it belongs to.
List Deploy KeysCONVEX_LIST_DEPLOY_KEYS
Tool to list all deploy keys for a specified Convex deployment. Use when you need to view all authentication tokens that can be used to deploy to this deployment.
List deployment classesCONVEX_LIST_DEPLOYMENT_CLASSES
Tool to list available deployment classes for a Convex team. Use when you need to check which deployment classes are available for a specific team.
List deployment regionsCONVEX_LIST_DEPLOYMENT_REGIONS
Tool to list available deployment regions for a Convex team. Use when you need to check which regions are available for deploying a team's backend.
List DeploymentsCONVEX_LIST_DEPLOYMENTS
Tool to list all deployments for a Convex project. Use when you need to see all deployments (production, preview, or local) for a specific project.
List Log StreamsCONVEX_LIST_LOG_STREAMS
Tool to list all existing log stream configurations in a deployment. Use when you need to view configured log streaming destinations like Datadog, Webhook, Axiom, or Sentry.
List ProjectsCONVEX_LIST_PROJECTS
Tool to list all projects for a specific Convex team. Use when you need to retrieve all projects associated with a team by team ID.
Update DeploymentCONVEX_UPDATE_DEPLOYMENT
Tool to update properties of an existing Convex deployment. Use when you need to modify deployment settings such as dashboard edit confirmation or deployment reference. Only the fields provided in the request are modified.