Skip to main content
Glama
Mipiti
by Mipiti

get_sufficiency

Evaluate the sufficiency of a single control by checking if submitted assertions cover all aspects. Returns LLM verdict and reasoning, auto-refreshing if stale.

Instructions

Sufficiency verdict for a single control: whether its submitted assertions collectively cover every aspect of the control. Read-only.

Returns the LLM sufficiency status and reasoning for one control, evaluated server-side from the current assertion set (no CI round-trip). Use this for a focused check on one control after submitting assertions; for the whole-model rollup with tier1/tier2 pass/fail counts and drift/misalignment details across all controls, use get_verification_report instead. A verdict may be reported as stale when the control description or assertion set changed since it was last computed, in which case a fresh evaluation is triggered automatically — call again shortly for the updated result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the threat model.
control_idYesID of the control (e.g., "CTRL-01").
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It states the operation is read-only, clarifies evaluation is server-side with no CI round-trip, and explains the stale-verdict behavior including automatic fresh evaluation. These details give the agent a clear model of what to expect.

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 three sentences long and front-loaded with the core definition, then usage guidance, then stale behavior. Every clause serves a purpose: scope definition, return-value summary, evaluation context, and a direct sibling comparison. No wasted language.

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 singular focus and available output schema, the description sufficiently covers what the tool does, what it returns (status and reasoning), and edge cases (staleness). It even explains the automatic re-evaluation workflow, leaving little ambiguity. The only missing piece would be parameter details, but those are partially in the schema.

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?

Two of three parameters (model_id, control_id) are described in the schema, leaving server_version undescribed (67% coverage). The description's mention of 'current assertion set' and 'control description' provides contextual hints but doesn't explicitly explain any parameter's syntax or semantics. Since the schema already covers most parameters and the description adds little specific parameter meaning, a mid-range score 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 identifies the tool as a sufficiency check for a single control, with the purpose 'whether its submitted assertions collectively cover every aspect of the control.' It distinguishes itself from 'get_verification_report' by focusing on a single control. A specific verb and resource make the purpose unmistakable.

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 instructs when to use it: 'Use this for a focused check on one control after submitting assertions.' It names the alternative 'get_verification_report' for whole-model rollup and specifies the additional details that tool provides (tier1/tier2 pass/fail counts and drift/misalignment). This is a model of usage 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/Mipiti/mipiti-mcp'

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