Skip to main content
Glama
Mipiti
by Mipiti

remove_evidence

Remove an evidence item from a threat model control by its zero-based index in the control's evidence array. Deleting evidence does not alter control status or assertions.

Instructions

Remove one evidence item from a control by its position in the control's evidence array. Mutating.

Evidence is auxiliary metadata (see add_evidence); removing it does not affect the control's implementation status or any assertions. To find the index, read the control via get_control and count its evidence array from 0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the threat model.
control_idYesID of the control.
evidence_indexNoZero-based position of the item to remove within the control's ``evidence`` array (default 0 = first item).
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, the description carries the transparency burden. It explicitly states 'Mutating' and clarifies that removing evidence does not affect implementation status or assertions, which is valuable behavioral context. It does not mention auth, rate limits, or side effects, but the core behavior is well 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?

The description is two short paragraphs: the first delivers the core purpose, the second adds important context and usage tips. Every sentence earns its place, with no redundancy or fluff.

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 moderate complexity, the description covers the mutation behavior, non-effects on the control, and how to determine the index. An output schema is present, so return value documentation is not required. Minor missing details like error handling and the server_version parameter prevent a perfect score.

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?

The input schema already provides good descriptions for three of four parameters (75% coverage). The description reinforces evidence_index semantics and adds guidance on finding the index, but it does not compensate for the undocumented server_version parameter, leaving a gap.

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 and resource: 'Remove one evidence item from a control by its position in the control's evidence array.' It also distinguishes from the sibling tool add_evidence and explicitly notes the operation is mutating.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on when to use the tool, including that evidence is auxiliary metadata and removal doesn't affect implementation status or assertions. It also gives a concrete pointer for finding the index via get_control, but does not explicitly state when not to use it or name alternatives beyond the implied add_evidence.

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