Search Access Profiles
SearchAccessProfiles returns the tenant’s MCP toolsets (access profiles) across every (app_id, connector_id), filtered by a case-insensitive search over display_name and paginated. Backs the agent-config multi-select that binds toolsets to a ClawAgent.
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.
Query Parameters
Page size (max 100).
Page token for pagination.
Case-insensitive search over the profile display name; empty returns all.
Response
MCPAccessProfileServiceSearchAccessProfilesResponse returns one page of tenant-wide MCP access profiles.