Skip to main content
Glama
Mipiti
by Mipiti

update_finding

Advance a security finding through its lifecycle by updating its status and metadata. Use to acknowledge, remediate, verify, or dismiss findings recorded in the threat model.

Instructions

Advance a finding through its lifecycle. Mutating: updates the finding's status and metadata.

Use to acknowledge, remediate, verify, or dismiss a finding previously recorded by submit_findings / list_findings. This records a manual status transition; for gaps whose kind has an automatic fix, preview_finding_remediation + apply_finding_remediation perform the actual cleanup instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoOptional free-text notes recorded on the finding.
reasonNoOptional rationale; required when dismissing (status="dismissed").
statusYesNew lifecycle status, one of "discovered", "acknowledged", "remediated", "verified", "dismissed".
model_idYesID of the threat model.
finding_idYesID of the finding to update.
server_versionYes
remediation_assertion_idsNoOptional comma-separated assertion IDs that evidence the fix, linking the remediation to the assertions that prove it. Empty by default.

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 discloses that the tool is 'Mutating' and 'records a manual status transition,' clarifying it does not perform actual cleanup. However, it omits details on whether status transitions are validated, whether calls are idempotent, or what side effects occur on existing metadata.

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 compact and front-loaded: one sentence states the core purpose, and a second provides usage context with alternatives. No wasted words, and every sentence earns its place.

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 tool's role in a lifecycle and the large sibling set, the description adequately explains when to use it and how it differs from automatic remediation tools. It doesn't detail return values, but an output schema exists, and the description focuses on the core action and context.

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 description coverage is high (86%), and the schema already describes each parameter. The description adds modest context by mapping statuses to lifecycle actions ('acknowledge, remediate, verify, or dismiss'), but it does not add further meaning to server_version, model_id, or finding_id beyond what the schema provides.

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 'Advance a finding through its lifecycle. Mutating: updates the finding's status and metadata.' This identifies the specific verb (advance/update), the resource (finding), and the scope (status and metadata), and distinguishes it from sibling remediation tools by clarifying it records a manual status transition.

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?

Explicitly says 'Use to acknowledge, remediate, verify, or dismiss a finding previously recorded by submit_findings / list_findings.' It also provides an exclusion: 'for gaps whose kind has an automatic fix, preview_finding_remediation + apply_finding_remediation perform the actual cleanup instead.' This provides clear when-to-use and when-not-to-use guidance with named alternatives.

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