Plate
to.plate/mcp · v1.0.0 · MCP 2025-11-25
Minimal project management for teams and AI agents.
Reachability
reachable
checked 2026-07-14 04:33 UTC
Registry status active
Tools pinned 27
de3913b5d19c
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace to.plate
(domain verified by the official registry)
Remote endpoints
https://plate.to/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:26 | first capture | 27 tools pinned |
Pinned tool definitions (27)
| Tool | Description |
|---|---|
| list_workspaces | List all Plate workspaces the user is a member of. |
| list_projects | List projects in a workspace. |
| list_tasks | List tasks in a project, or look up a specific task by its public number. To resolve a public ID like 'TES-1': pass taskPrefix='TES' and number=1 — the prefix locates the correct workspace automatically (do NOT hardcode workspaceId when... |
| list_sections | List sections (columns) in a project. |
| get_task | Get full details of a task. You can look up by internal taskId OR by public task identifier. To resolve a public ID like 'TES-1' or 'SCD-409', pass it as taskId — the prefix is used to find the correct workspace automatically.... |
| list_comments | List a task's comments, oldest first. The taskId is the internal document ID from list_tasks — NOT the public SCD-XXX number. |
| list_members | List workspace members with their userId, name, email, and role. Use userId as assigneeId when creating or updating tasks. |
| list_activity | List task activity history (status changes, assignments, moves, etc.) over a time range. Use it for time-based questions like which tasks were completed last week or what someone did. Filters: from/to (ISO 8601 dates), actorId (who made... |
| list_statuses | List workflow statuses for a workspace. Use the returned IDs as statusId when creating or updating tasks. |
| create_task | Create a new task in a project section. Only call this tool when creating a brand-new task that does not yet exist. To create a subtask, pass parentTaskId and omit projectId/listId (the subtask inherits the parent's project and has no... |
| update_task | Update one or more fields on an existing task. Use this instead of create_task when the task already exists. The taskId is the internal document ID from list_tasks — NOT the public task number (e.g. SCD-408). To resolve a public number... |
| complete_task | Mark an existing task as completed or reopen it. Use this instead of create_task when the task already exists and you only need to change its completion state. The taskId is the internal document ID from list_tasks — NOT the public task... |
| delete_task | Permanently delete a task. Comments and attachments are removed automatically. The taskId is the internal document ID from list_tasks — NOT the public task number (e.g. SCD-408). |
| create_project | Create a new project in a workspace. If a project with the same name already exists in the workspace, returns the existing project instead of creating a duplicate — check the `created` field in the response to tell the two cases apart. |
| update_project | Rename a project or update its description. |
| create_section | Create a new section (column) in a project. If a section with the same name already exists in the project, returns the existing section instead of creating a duplicate — check the `created` field in the response to tell the two cases apart. |
| update_section | Rename a section. |
| delete_comment | Delete a comment from a task. |
| create_comment | Add a comment to a task. The taskId is the internal document ID from list_tasks — NOT the public task number (e.g. SCD-408). |
| create_tasks | Create multiple tasks in one action. Use this instead of calling create_task multiple times when the user asks to create several tasks at once (e.g. decomposing a task into subtasks). All tasks are created atomically — if validation... |
| update_tasks | Update multiple existing tasks in one action. Use this instead of calling update_task multiple times when the user asks to change several tasks at once. All updates are applied atomically. |
| complete_tasks | Mark multiple tasks as completed in one action. Use this instead of calling complete_task multiple times. Already-completed tasks are left as-is. |
| delete_tasks | Permanently delete multiple tasks in one action. Use this instead of calling delete_task multiple times. All tasks are validated before any are deleted. |
| create_sections | Create multiple sections in a project in one action. Use this instead of calling create_section multiple times. |
| update_sections | Rename multiple sections in one action. Use this instead of calling update_section multiple times. |
| create_comments | Add multiple comments to tasks in one action. Use this instead of calling create_comment multiple times. |
| delete_comments | Delete multiple comments in one action. Use this instead of calling delete_comment multiple times. All comments are validated before any are deleted. |
Status badge
[](https://toolpin.dev/servers/to.plate/mcp)
Maintain this server? Add the badge to your README — it links your users to this live status page.