delete_tasks — Plate MCP Tool Mutating
delete_tasks
(delete tasks) is one of 28 tools on the
Plate
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call delete_tasks from your client
- Claude Code Plate delete_tasks run in your project directory
- Claude Desktop Plate delete_tasks ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Plate delete_tasks ~/.cursor/mcp.json
- VS Code Plate delete_tasks .vscode/mcp.json
- Zed Plate delete_tasks ~/.config/zed/settings.json
- Windsurf Plate delete_tasks ~/.codeium/windsurf/mcp_config.json
- Cline Plate delete_tasks ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Plate delete_tasks ~/.gemini/settings.json
- Grok Plate delete_tasks .mcp.json (in your project root)
- ChatGPT Plate delete_tasks Settings → Connectors → Advanced → Developer mode
- Claude.ai Plate delete_tasks Settings → Connectors → Add custom connector
- LangChain Plate delete_tasks pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://plate.to/mcp
Other tools on this server
- list_workspaces
- list_projects
- list_tasks
- list_sections
- get_task
- list_comments
- list_members
- list_activity
- list_statuses
- list_labels
- create_task
- update_task
- complete_task
- delete_task
- create_project
- update_project
- create_section
- update_section
- delete_comment
- create_comment
- create_tasks
- update_tasks
- complete_tasks
- create_sections
- update_sections
- create_comments
- delete_comments
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.