agent_search_frameworks
Search and list compliance frameworks
Search the compliance knowledge graph for frameworks by name, keyword, or jurisdiction. Returns framework metadata including name, description, jurisdiction, domain count, control count, and mapping-partner count. Without a query, returns all frameworks. Use this as the starting point to discover available frameworks.
Responses:
200: Successful Response (Success Response) Content-Type: application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query to filter by name or keyword (e.g. 'ISO 27001', 'privacy', 'Australian') | |
| limit | No | Maximum frameworks to return | |
| offset | No | How many to skip, for paging through the whole catalogue. The limit caps at 200, so an agent that wants every framework pages with offset=0, 200, 400 until it gets fewer than it asked for. | |
| jurisdiction | No | Filter by jurisdiction (e.g. 'International', 'Australia', 'United States', 'European Union') |