MCP Gateway

List exposed tools for a gateway

Returns the namespaced tool view for a gateway.

get/v2/mcp-gateways/{gateway_id}/tools

Path parameters

gateway_idstring required

Unique identifier of the MCP gateway.

Query parameters

limitinteger

Page size between 1 and 200. Defaults to 25.

starting_afterstring

Cursor for the page after the given exposed_name. Mutually exclusive with ending_before.

ending_beforestring

Cursor for the page before the given exposed_name. Mutually exclusive with starting_after.

mcp_server_idstring

Returns only tools contributed by this upstream server.

Response

OK

objectstring

Always "list".

has_moreboolean

Whether further items exist beyond this page.