create_mcp_server
Create a new MCP server under an existing integration. Returns the server ID and slug for further configuration.
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 | |
| mcp_integration_id | Yes | ID or slug of the MCP integration this server belongs to | |
| slug | No | Custom slug. Auto-generated if omitted | |
| description | No | Description of the MCP server |
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 |