cantrip_project
Manage projects in the Cantrip MCP server by listing, updating names and descriptions, or deleting projects and their data.
Instructions
Manage projects. Actions:
list (default): List all projects in the current team.
update: Update a project's name or description. Uses the connected project unless 'slug' is provided.
delete: Delete a project and all its data. Uses the connected project unless 'slug' is provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform (default: list) | |
| slug | No | Project slug to target. Defaults to the connected project from .cantrip.json. | |
| name | No | New display name (update only) | |
| description | No | New description (update only) |