Skip to main content
Glama
zer0-kr

security-framework-mcp

by zer0-kr

get_nist_control

Read-onlyIdempotent

Retrieve NIST SP 800-53 Rev. 5 controls filtered by control ID, baseline level (LOW/MODERATE/HIGH), or family. Optionally include SP 800-53A assessment objectives.

Instructions

Get NIST SP 800-53 Rev. 5 controls. Filter by ID, baseline (LOW/MODERATE/HIGH), or family.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
control_idNoControl ID, e.g. 'ac-1'. Omit with baseline to list controls.
baselineNoFilter by SP 800-53B baseline level
familyNoFilter by family ID, e.g. 'ac', 'si'
include_assessmentNoInclude SP 800-53A assessment objectives and methods
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. Description adds no additional behavioral traits (e.g., pagination, default limit, or range limitations). Minimal value beyond annotations.

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

Conciseness4/5

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

Single sentence that is clear and front-loaded. Could optionally include version mention, but remains efficient and understandable.

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?

With output schema present, description covers main purpose and filters. Lacks mention of non-filter parameters (include_assessment, limit), but overall sufficient for a read-only retrieval tool.

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 has 5 parameters with 80% description coverage. Description summarizes three filters (ID, baseline, family) but omits include_assessment and limit. Adds some meaning but not comprehensive.

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 'Get NIST SP 800-53 Rev. 5 controls' which specifies the exact standard and resource. Mentions filtering options (ID, baseline, family) distinct from sibling tools covering other NIST documents.

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

Usage Guidelines3/5

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

Describes when to use (retrieving controls with filters) but does not explicitly state when not to use or point to alternative siblings. Implicit context is clear but lacks explicit guidance.

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/zer0-kr/security-framework-mcp'

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