Skip to main content
Glama
Mipiti
by Mipiti

update_control_status

Update a security control's implementation status to implemented or not_implemented. Requires an existing assertion before marking a control implemented, ensuring evidence-backed changes.

Instructions

Update the implementation status of a security control. Mutating.

Sets the control's status to "implemented" or "not_implemented". Marking a control "implemented" REQUIRES at least one assertion on the control — check its assertion_count (via get_controls) first and submit assertions with submit_assertions if it is zero, or the call is rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesNew status — "implemented" or "not_implemented".
model_idYesID of the threat model the control belongs to.
control_idYesID of the control to update (e.g. "CTRL-01").
server_versionYes
implementation_notesNoOptional free-text notes recorded with the status change.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It labels the operation 'Mutating' and warns that the call is rejected if prerequisites are not met. It does not detail permissions, idempotency, or side effects on other entities, but for a status change the key behavioral risk (rejection) is clearly disclosed.

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 tightly written sentences, front-loaded with the main purpose. The first sentence states the action, the second specifies allowed values, and the third provides a critical warning. No filler or redundancy.

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?

The description covers the primary behavior, the two status values, and a critical precondition. An output schema exists, so return values need not be explained. However, the required parameter 'server_version' lacks any description (in both schema and description), leaving some ambiguity about its purpose, but this is a minor gap given the overall clarity.

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

Parameters4/5

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

Schema coverage is 80%, so the baseline is 3. The description adds crucial cross-parameter semantics by linking 'status' to the control's assertion_count and explaining the prerequisite relationship, which is not evident from the individual parameter descriptions. It also implies that implementation_notes are secondary to the status change.

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 opens with 'Update the implementation status of a security control' – a specific verb, resource, and purpose. It further clarifies the exact statuses ('implemented'/'not_implemented'), distinguishing it from sibling tools like delete_control or refine_control, which perform other operations.

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 gives explicit preconditions: 'Marking a control "implemented" REQUIRES at least one assertion... check its assertion_count (via get_controls) first and submit assertions with submit_assertions if it is zero, or the call is rejected.' This tells the agent when to use the tool, when to defer, and which sibling tools (get_controls, submit_assertions) are necessary prerequisites.

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