Skip to main content
Glama
Mipiti
by Mipiti

assume_control

Mark a control as covered by an assumption for external handling. The control becomes active only when the assumption is active and attested.

Instructions

Mark a control as externally handled by an assumption.

Writes the assumption to group 1 as the sole member. The control counts as active for mitigation group completeness when the referenced assumption is active and attested.

AI relevance gate: the platform evaluates whether the assumption plausibly covers the control before saving. If the evaluator rejects, this tool raises with the rejection reasoning — there is NO override. Resolve by either picking an assumption whose description covers the control's responsibility, or by refining the chosen assumption's description to make coverage explicit. For compound (AND) or multi-path (OR) cases, use set_control_assumption_groups instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the threat model.
control_idYesID of the control (e.g., "CTRL-03").
assumption_idYesID of the assumption that covers this control.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explains that the assumption is written as sole member to group 1, the control counts as active when assumption is active/attested, the AI relevance gate behavior, and that no override is possible. It does not mention side effects on existing groups, but the detailed behavior is well covered.

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?

The description is slightly long but information-dense and well-structured. It front-loads the main purpose, then details effects, AI gate, and alternatives. Every sentence adds value, but a minor reduction in wordiness could improve conciseness.

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 the complexity (4 required params) and presence of an output schema, the description covers the core behavior, AI gate, error handling, and alternatives. It does not describe return values, but that is acceptable because an output schema exists.

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 75% (three of four params described). The description does not add meaning beyond the schema; it only uses the parameter names contextually. The 'server_version' parameter is not described in either schema or description. Baseline of 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?

The description clearly states the verb ('Mark') and the resources (control and assumption), and distinguishes from sibling tools like 'set_control_assumption_groups' and 'unassume_control'.

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 explicitly tells when to use this tool vs the alternative 'set_control_assumption_groups' for compound cases, and provides guidance on resolving AI gate rejections.

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