Skip to main content
Glama

Accept findings

accept
Destructive

Mark review findings as accepted by key and reason, stopping their count in the review. Optionally prune orphaned acceptances when findings are gone.

Instructions

Mark findings of check_layout, ergonomics, electrical or plumbing as looked at, by the key the review gives: accept=[[key, reason]] — they stay in their review with the reason and stop counting (score, pendencies, dry runs); an empty reason takes one back. prune=true drops every acceptance whose finding is gone (the reviews list them as orphaned). One undoable step. Reply ok, with accepted and removed counts; read the review again to see it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pruneNoDrop every acceptance whose finding is gone — the `orphaned` the reviews list — from all of them at once
acceptNo`[[key, reason]]`, key as the review names it (`check_layout`, ergonomics, electrical, plumbing): it keeps showing there with the reason and stops counting. An empty reason takes it back

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vNoPlan version written to, when there are several
okYesAlways true
idsNoIds created or touched
revNoPlan revision
textYesThe reply as written
removedNoAcceptances removed
acceptedNoFindings accepted

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses the mutation and destructive nature beyond annotations: it is 'one undoable step', it stops counting, and prune drops orphaned acceptances. It also describes the response format (accepted and removed counts) and advises re-reading the review. This aligns with destructiveHint=true and adds valuable context.

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 dense but well-structured: it starts with the main action, explains prune, notes undoability, and specifies the response. Every sentence contributes, though it is slightly longer than strictly necessary. It is not wasteful.

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?

For a mutation tool with two parameters and an output schema, the description covers all critical aspects: effect on findings, prune behavior, undoability, and how to verify (read the review again). It is complete enough for an agent to invoke correctly without further assumptions.

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 100%, and the schema already explains both parameters (accept format and prune behavior). The description largely repeats this information without adding new semantic detail. Baseline 3 is appropriate since the schema does the heavy lifting.

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 tool's purpose: to mark findings from specific review types (check_layout, ergonomics, electrical, plumbing) as looked at. It distinguishes itself from sibling tools by naming the exact review types and the effect (stopping counting).

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 explains the behavior in detail (stops counting, empty reason takes back, prune for orphaned findings) and notes the undoable step. However, it does not explicitly contrast with alternatives like delete or undo, nor does it state when not to use it. The guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.