Skip to main content
Glama
Mipiti
by Mipiti

get_control_objectives

Retrieve control objectives for a threat model, with matrix view or single objective details, including verdicts and removal flags.

Instructions

Get the control objective matrix, or one control objective. Read-only.

Two modes, selected by whether co_id is set:

  • Matrix mode (co_id omitted) — returns the model's COs, each with references to the controls that cover it. By default returns a compact summary (total count only); pass offset/limit to page through full CO records.

  • Single mode (co_id set) — returns that one CO's typed fields, the IDs of any controls that map to it, and the deterministic reachability verdict (the structural derivation that backs any reach claim on the CO). Tombstoned COs (removed: true) are returned with the flag set; the verdict is omitted because reach state is frozen at the removal version. offset/limit are ignored in this mode.

For pass/fail assurance scoring use assess_model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
co_idNoIf set, single mode — return this one control objective (e.g. ``CO3``) with its verdict. If omitted, matrix mode.
limitNoMatrix mode — max to return (0 = summary only, no per-CO records).
offsetNoMatrix mode — skip the first N control objectives.
model_idYesID of the threat model.
server_versionYes

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 provided, the description carries the burden. It discloses read-only behavior, tombstone handling (removed: true) and that verdict is omitted, and that offset/limit are ignored in single mode. It lacks detail on authentication or rate limits, but those are less critical for a read-only tool with an output schema.

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 well-structured with clear mode sections, bullet points for readability, and every sentence provides useful information. It is concise without being terse, and the use of bold and code formatting aids scanning.

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's moderate complexity (two modes, 5 parameters), the description covers all essential aspects: mode selection, tombstone behavior, default behavior, and parameter relevance. The presence of an output schema reduces the need to detail return structure, and the description covers the gaps (e.g., what happens to offset/limit in single mode).

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%, and the description adds significant value beyond the schema by explaining the behavior of offset/limit (0 = summary only) and the mode selection based on co_id. It clarifies the default behavior and the ignore rule in single mode, which goes beyond the schema's basic type descriptions.

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 it gets the control objective matrix or a single control objective, with explicit two-mode behavior. It distinguishes from siblings like assess_model and list_effective_control_objectives by specifying its unique output (verdict, controls mapping).

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?

It explicitly describes the two modes and when to use each (co_id set vs omitted), and mentions that offset/limit are ignored in single mode. It also directs users to assess_model for pass/fail scoring, providing a clear alternative.

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