Skip to main content
Glama
Mipiti
by Mipiti

get_control

Fetches a single control by ID, enriching it with verified-status and orphaned flags derived from the live control set. Returns the control directly, or 404 if missing on the requested version.

Instructions

Get a single control with verified-status enrichment and an orphaned flag derived from the live CO set.

Returns the control directly (not wrapped in an array). 404 if the control doesn't exist on the requested version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoOptional model version. 0 (default) uses the latest.
model_idYesID of the threat model.
control_idYesControl ID (e.g. ``CTL-12``).
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Describes return format (not wrapped in array), 404 behavior, and enrichment from live CO set. No annotations provided, so description covers key behavioral traits adequately.

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?

Extremely concise, two short sentences front-loading purpose and critical details. No wasted words.

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 adequately covers return format and error case. Missing explicit parameter details but acceptable given schema. Remains clear for a simple getter.

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

Parameters2/5

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

Schema coverage is 75% with server_version lacking description. Description adds no parameter-specific information beyond what schema provides, missing opportunity to explain server_version or other parameters.

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 verb 'Get' and resource 'single control', specifies enrichment (verified-status, orphaned flag) and distinguishes from siblings like get_controls (plural) and get_control_objective.

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?

Implies usage for retrieving a specific control, but lacks explicit when-to-use vs alternatives or exclusions. Does not mention when not to use or how it differs from get_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/Mipiti/mipiti-mcp'

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