Skip to main content
Glama

get_control

Read-onlyIdempotent

Retrieve detailed specifications for NIST SP 800-53 security controls including statements, guidance, parameters, and cross-framework mappings to support cybersecurity compliance.

Instructions

Get complete details for a specific SP 800-53 Rev 5 control: statement, guidance, parameters, related controls, baselines, and cross-framework mappings.

Set include_enhancements=True to also get all enhancement sub-controls. Do NOT use this for searching -- use search_controls to find controls first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
control_idYesControl ID, e.g. 'AC-2', 'ac-2', 'IA-5(1)'
include_enhancementsNoInclude all enhancements

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe, repeatable read operation. The description adds valuable context beyond annotations: it specifies the scope of data returned ('complete details... statement, guidance, parameters, related controls, baselines, and cross-framework mappings') and clarifies the relationship with enhancements. No contradictions with annotations exist.

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?

The description is efficiently structured in three sentences: first states the core purpose and data scope, second explains the optional parameter, third provides critical usage guidance. Every sentence adds essential information with zero wasted words, and the most important information is front-loaded.

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

Completeness5/5

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

Given the tool has annotations covering safety (readOnlyHint, idempotentHint), 100% schema description coverage, and an output schema exists, the description provides exactly what's needed: clear purpose, usage boundaries, and additional context about data scope. No gaps remain for an agent to understand when and how to use this tool effectively.

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 description coverage is 100%, so the schema fully documents both parameters. The description adds some semantic context: it provides an example for control_id ('e.g. AC-2') and explains the effect of include_enhancements ('to also get all enhancement sub-controls'), but doesn't add significant information beyond what's in the schema. Baseline 3 is appropriate when schema coverage is complete.

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?

The description clearly states the specific action ('Get complete details') and resource ('a specific SP 800-53 Rev 5 control'), listing the exact information returned. It explicitly distinguishes from sibling tools by stating 'Do NOT use this for searching -- use search_controls to find controls first', making the distinction unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: it specifies when to use this tool ('for a specific control') and when not to use it ('Do NOT use this for searching'), naming the alternative tool ('search_controls'). It also provides guidance on the optional parameter ('Set include_enhancements=True to also get all enhancement sub-controls').

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/ball2jh/nist-mcp'

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