Search Requestable Connectors
SearchRequestableConnectors returns card-ready entries — one per MCP connector the user can browse and request tools for — with server-side visibility + policy filtering, grant-enrollment-status filtering, text search over the connector display name, and pagination. Backs the Requests -> AI tools connector cards. Held connectors are surfaced even when no longer requestable so “My tools” reflects what the user actually holds.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
The user the requestable set is scoped to.
Query Parameters
Filters by whether the user already holds the connector's tools. UNSPECIFIED = all, FULLY_GRANTED = held, NOT_GRANTED = available.
GRANT_ENROLLMENT_STATUS_UNSPECIFIED, GRANT_ENROLLMENT_STATUS_FULLY_GRANTED, GRANT_ENROLLMENT_STATUS_NOT_GRANTED, GRANT_ENROLLMENT_STATUS_PARTIALLY_GRANTED Page size (max 100).
Page token for pagination.
Case-insensitive search over the connector display name.
Response
MCPAccessProfileServiceSearchRequestableConnectorsResponse returns one page of card-ready requestable-connector entries.