Get Access Profiles For Tools
GetAccessProfilesForTools returns the access profiles bound to each of the given MCP tools, hydrated with display_name. Used by the tools list to render the “toolset” column for visible rows.
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.
Body
MCPAccessProfileToolBindingServiceGetAccessProfilesForToolsRequest requests the access profiles bound to a batch of MCP tools.
MCP tool IDs to look up. Sized to match frontend MultiGet batch size.
Response
MCPAccessProfileToolBindingServiceGetAccessProfilesForToolsResponse returns access profiles grouped by MCP tool.
MCPAccessProfileToolBindingServiceGetAccessProfilesForToolsResponse returns access profiles grouped by MCP tool.
One entry per requested MCP tool. Tools with no bindings are still included with an empty access_profiles list, so callers can distinguish "no bindings" from "tool not requested" in the multi-get cache.