Connection Scoped MCP Access
Path parameters
The unique identifier of the connection to scope this request to.
Query parameters
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.
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
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.