Skip to main content
Glama
Ansvar-Systems

Security Controls MCP Server

get_clause

Retrieve any security control clause by its ID from a public framework or purchased standard. Source varies: curated summary for public profiles, imported text with license for purchased ones.

Instructions

Get a specific clause or section from a bundled public framework profile or a purchased standard by its clause ID. Bundled public profiles return curated summary text with official source attribution. Purchased standards return text from the user's imported copy with license notice. If the clause is not found, returns an error message. Use query_standard to discover clause IDs first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
standardYesStandard identifier (e.g., 'netherlands_bio', 'iso_27001_2022'). Use list_available_standards to see available standards.
clause_idYesClause or section identifier within the standard (e.g., '5.1.2', 'A.5.15' for ISO 27001, 'AC-1' for NIST 800-53). Use query_standard to discover valid IDs.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses different content sources (curated summary vs. user copy), attribution/license notice, and error behavior. No annotations exist, so description carries full burden and does well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with core purpose, each sentence adds unique value. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema or annotations, description explains behavior for both source types, error handling, and usage hints. Slightly lacking return format details but acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are well-documented. Description adds context about source types but not deeper semantics. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool gets a specific clause or section from public or purchased standards, differentiating from siblings like get_control or get_provision.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises using query_standard to discover clause IDs first, and mentions error handling. Does not explicitly state when not to use, but context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ansvar-Systems/security-controls-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server