create_section — Plate MCP Tool Mutating
create_section
(create section) 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 create_section from your client
- Claude Code Plate create_section run in your project directory
- Claude Desktop Plate create_section ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Plate create_section ~/.cursor/mcp.json
- VS Code Plate create_section .vscode/mcp.json
- Zed Plate create_section ~/.config/zed/settings.json
- Windsurf Plate create_section ~/.codeium/windsurf/mcp_config.json
- Cline Plate create_section ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Plate create_section ~/.gemini/settings.json
- Grok Plate create_section .mcp.json (in your project root)
- ChatGPT Plate create_section Settings → Connectors → Advanced → Developer mode
- Claude.ai Plate create_section Settings → Connectors → Add custom connector
- LangChain Plate create_section 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
- update_section
- delete_comment
- create_comment
- create_tasks
- update_tasks
- complete_tasks
- delete_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.