MCP Tool Groups

Create MCP Tool Group

Creates a new tool group along with its attachments in a single transaction. Validates that every mcp_client_id points to a deployed MCP client and that every named tool exists on its server.

post/api/mcp/tool-groups

Request body

namestring required
descriptionstring
enabledboolean

If omitted, the group is created with enabled: false. Send true explicitly to activate the group on creation.

virtual_key_idsstring[]
team_idsstring[]
customer_idsstring[]
user_idsstring[]
provider_namesstring[]
api_key_idsinteger[]

Response

Group created

Changes

No recorded changes to this endpoint across all 1 revision of this API.