MCP Toolsets
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.
get/api/v1/mcp_toolsets/search
Query parameters
page_sizeinteger
Page size (max 100).
page_tokenstring
Page token for pagination.
querystring
Case-insensitive search over the profile display name; empty returns all.
Response
MCPAccessProfileServiceSearchAccessProfilesResponse returns one page of tenant-wide MCP access profiles.