v1
latestOpenAPI 3.1.02026-07-26474165.4 KBMCP
Connection Scoped MCP Access
post/mcp/connections/{connectionId}
Path parameters
connectionIdstring uuid required
The unique identifier of the connection to scope this request to.
Query parameters
toolsstring[]
Comma-separated list of tool types to include in tools/list responses. Omitting returns all types. If repeated, only the first occurrence is used. An empty string or unrecognized value returns HTTP 400. Narrowing-only: cannot enable tools the server has already disabled.
opsstring[]
Comma-separated list of operation base names to include in tools/list responses. Omitting returns tools for all operations. If repeated, only the first occurrence is used. An empty string or unrecognized value returns HTTP 400. Narrowing-only: cannot enable tools the server has already disabled.
Request body
{"stackTrail":"components:schemas:JsonRpcRequest","oasType":"schema","type":"unknown","description":"Referenced by this API but not published in the vendor's docs pages."}
Response
JSON-RPC response or SSE stream, depending on the request.
- application/json — returned for a single request that includes an id. The body is a JsonRpcResponse object.
- text/event-stream — returned when the server needs to stream multiple messages back (for example, long-running tool calls, server-initiated notifications). Each SSE data: line is a JSON-encoded JsonRpcResponse object. The stream closes when the server has sent all messages for the request.
{"stackTrail":"components:schemas:JsonRpcResponse","oasType":"schema","type":"unknown","description":"Referenced by this API but not published in the vendor's docs pages."}