query_standard
Search within a security framework or standard by keyword to retrieve matching clauses and text snippets.
Instructions
Search within a bundled public framework profile or a purchased standard by keyword. Bundled public profiles contain curated summaries linked to official sources. Purchased standards return text from the user's imported copy. Returns matching clauses with text snippets. If the standard is not found, returns available standard IDs. Use list_available_standards to check what's available before calling. Returns ~500-2000 tokens depending on matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| standard | Yes | Standard identifier (e.g., 'netherlands_bio', 'france_anssi', 'iso_27001_2022'). Use list_available_standards to see available standards. | |
| query | Yes | Search query for clause content (e.g., 'encryption key management', 'access control policy'). Must not be empty. | |
| limit | No | Maximum number of results to return. Default: 10. |