create_mcp_server
Register a new MCP server under an existing integration, returning the new id and slug for subsequent setup.
Instructions
Create an MCP server under an existing integration. Registers the server and returns the new id and slug; use list_mcp_integrations first to find the parent integration, then capabilities or access tools to configure it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the MCP server | |
| slug | No | Custom slug. Auto-generated if omitted | |
| description | No | Description of the MCP server | |
| mcp_integration_id | Yes | ID or slug of the MCP integration this server belongs to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |