Skip to main content
Glama
Mipiti
by Mipiti

unreject_reconciliation_candidate

Remove a persisted reconciliation rejection. Mutates state.

Instructions

Remove a persisted reconciliation rejection. Mutates state.

The pair becomes eligible to surface in the active candidate queue again on the next read of list_reconciliation_candidates. Use when the operator changes their mind about a prior rejection — the surrogate rejection_id comes from rejections[*].id on list_reconciliation_candidates (disposition="rejected") (or the return value of reject_reconciliation_candidate).

Does NOT bump model version (rejection is org state, not model state).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the descendant threat model the rejection is on.
rejection_idYesSurrogate id of the persisted rejection.
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 available, the description carries the full burden and does so well. It states that the tool mutates state, that the pair becomes eligible again on next read, and explicitly notes that model version is NOT bumped — a non-obvious behavioral detail.

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 dense but well-structured, with the core action front-loaded and each sentence adding a distinct piece of information: mutation, effect on queue, when to use, and a notable non-effect. No filler or repetition.

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?

The description fully covers purpose, usage, effects, and provenance of the key identifier. Since an output schema exists, omitting return-value details is acceptable. For a state-mutating tool with no annotations, this is a complete and actionable description.

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 schema already documents model_id and rejection_id; the description adds useful provenance for rejection_id by pointing to rejections[*].id or the return value of reject_reconciliation_candidate. However, the required server_version parameter remains undocumented in both the schema and description, leaving a coverage 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 opens with 'Remove a persisted reconciliation rejection' — a specific verb and resource that clearly defines the tool's action. It further distinguishes itself from related siblings by explaining it reverses a prior rejection and makes the pair eligible again for the candidate queue.

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 states when to use: 'Use when the operator changes their mind about a prior rejection.' It also names the source of rejection_id and references both list_reconciliation_candidates and reject_reconciliation_candidate, giving the agent clear context for when this tool is appropriate.

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