Description

Plate is a lightweight project and task manager built for automation. Plan work, track tasks, and keep projects moving forward with people and AI agents working side by side. Connect ChatGPT to your Plate workspace to browse projects and tasks, create and update work items, mark tasks complete, organize work into sections, and leave comments — all without leaving the chat.

Capabilities

No special capabilities listed

AI Agent Discovery

Plate is indexed by Tedix as a structured ai application listing for AI assistants, search crawlers, and users comparing agent-ready apps.

  • Plate is categorized as AI application.
  • Developer: Scada.
  • Connector type: AI-Powered App.
  • Current connector status: Login Required.
  • Observed distribution channels: chatgpt.
  • Available regions: US, FR, GB, ES, KR, IN.

Use this page to understand whether Plate is relevant for ai application workflows in AI assistants.

For MCP discovery, this listing helps crawlers connect Plate to tool, resource, prompt, and server-health signals instead of treating it as a generic directory entry.

The canonical Tedix directory URL is https://tedix.dev/apps/plate/.

Crawlable Profile

Source and availability

Tedix identifies Plate from Upstream Mcp tool source; Store sources: ChatGPT app store; Distribution: Ecosystem Directory. Availability is reported for US, FR, GB, ES, KR, IN.

Auth, tools, and actions

Authentication: Requires Login. No special capability flags are currently listed. Current MCP inventory reports 26 tools, 0 resources, and 0 prompts.

  • complete_task · App action

    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 number (e.g. SCD-408). To resolve a public number to an internal ID, call list_tasks with workspaceId + number first.

  • complete_tasks · Repeatable action

    Mark multiple tasks as completed in one action. Use this instead of calling complete_task multiple times. Already-completed tasks are left as-is.

  • create_comment · App action

    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_comments · App action

    Add multiple comments to tasks in one action. Use this instead of calling create_comment multiple times.

  • create_project · App action

    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.

  • create_section · App action

    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.

  • create_sections · App action

    Create multiple sections in a project in one action. Use this instead of calling create_section multiple times.

  • create_task · App action

    Create a new task in a project section. Only call this tool when creating a brand-new task that does not yet exist. To change the name, status, assignee, or description of an existing task, call update_task instead. To mark an existing task as done, call complete_task instead. If unsure whether a task already exists, call list_tasks first.

Plus 18 additional actions in the full tool inventory.

Verification freshness

  • Catalog synced 4h ago (June 12, 2026)
  • Connector checked 1h ago (June 12, 2026)
  • MCP scanned 1h ago (June 12, 2026)
  • Directory updated 1h ago (June 12, 2026)

Publisher Intelligence

Insights and recommendations for app publishers. See how your app performs and how to improve discoverability.

Server Status Plate v1.0.0

---
Not Responding
---
Not Responding
---
Not Responding

Server is not responding. Tool discovery is paused until health checks recover.

https://plate.to/mcp

Last checked: 1h ago

Technical Details
Connection Latency 281ms

Tools(26)

Showing 26 of 26 tools

Sorted by toolName
ToolDescriptionFlagsTestLast Tested
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 number (e.g. SCD-408). To resolve a public number to an internal ID, call list_tasks with workspaceId + number first.
Not tested
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.
Not tested
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).
Not tested
create_comments
Add multiple comments to tasks in one action. Use this instead of calling create_comment multiple times.
Not tested
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.
Not tested
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.
Not tested
create_sections
Create multiple sections in a project in one action. Use this instead of calling create_section multiple times.
Not tested
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 change the name, status, assignee, or description of an existing task, call update_task instead. To mark an existing task as done, call complete_task instead. If unsure whether a task already exists, call list_tasks first.
Not tested
create_tasks
Create multiple tasks in a project in one action. Use this instead of calling create_task multiple times when the user asks to create several tasks at once. All tasks are created atomically — if validation fails for any item, nothing is created.
Not tested
delete_comment
Delete a comment from a task.
destructive
Not tested
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.
destructive
Not tested
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).
destructive
Not tested
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.
destructive
Not tested
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. Alternatively, pass workspaceId + number (digits only).
read-only
Not tested
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 the change — get userIds from list_members), type ('task_status_changed', or 'completed' for transitions into a Done status), and projectId. Each row gives the task identifier, the status change, who did it, and the task's owner and assignee.
read-only
Not tested
list_members
List workspace members with their userId, name, email, and role. Use userId as assigneeId when creating or updating tasks.
read-only
Not tested
list_projects
List projects in a workspace.
read-only
Not tested
list_sections
List sections (columns) in a project.
read-only
Not tested
list_statuses
List workflow statuses for a workspace. Use the returned IDs as statusId when creating or updating tasks.
read-only
Not tested
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 the prefix belongs to a different workspace). Alternatively pass workspaceId + number when you are certain of the workspace.
read-only
Not tested
list_workspaces
List all Plate workspaces the user is a member of.
read-only
Not tested
update_project
Rename a project or update its description.
Not tested
update_section
Rename a section.
Not tested
update_sections
Rename multiple sections in one action. Use this instead of calling update_section multiple times.
Not tested
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 to an internal ID, call list_tasks with workspaceId + number first.
Not tested
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.
Not tested

Discoverability Score

57

Fair

57 of 100 — how easily AI agents find your app

  • Description quality
    20/20
  • Example prompts
    0/20
  • Keyword coverage
    0/15
  • Tool metadata
    20/20
  • Visual assets
    8/20
  • Endpoint health
    6/10
  • Data freshness
    15/15

How to Improve

Add at least 2 example prompts. Prompt examples strongly improve app matching and click-through intent.

Increase keyword coverage (discovery + trigger) to improve retrieval for long-tail queries.

Add at least 2 screenshots that show real workflows to increase confidence and conversion.

Read the full discoverability guide →

Technical Details

Status
ENABLED
Type
AI-Powered App
Auth
Requires Login
Listed on
ChatGPT
Added
June 11, 2026
Last synced
4h ago
Last checked
1h ago
Version
1.0.0
Distribution
Ecosystem Directory

All app names, logos, and trademarks belong to their respective owners.