Skip to main content
Glama

check_decision

Check any proposed technical decision against past settled decisions to detect contradictions and avoid re-litigating past choices.

Instructions

CONTRADICTION GUARD: before you make a technical decision or change, pass it as proposal to see SETTLED decisions on the same topic (each with its rationale), so you don't silently undo or re-litigate a past choice. Returns the closest prior decisions, best match first; an empty list means none conflict. Searches ALL projects unless project is given. Call this BEFORE acting on a non-trivial decision; if it returns something that contradicts your plan, reconcile with the user rather than overriding it. Requires distilled or recorded decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoSubstring-match the project path to scope results. Empty = all projects.
proposalYesThe change/decision you are about to make. Returns settled decisions on the same topic.
Behavior4/5

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

No annotations provided, so description carries full burden. It explains return format (closest prior decisions, best match first, empty list means none), prerequisite (requires distilled or recorded decisions), and implies read-only nature. Could mention performance or limits.

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?

Four sentences, front-loaded with purpose and usage, no redundancy. Every sentence adds informative value. Efficient and well-structured.

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 no output schema, description covers return behavior, prerequisites, parameter effects, and user interaction guideline. Missing error handling info but sufficient for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds value beyond schema: explains 'proposal' as the change/decision to check, 'project' as substring match, and how to interpret results. Schema descriptions are good, but description enriches context.

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 checks if a proposed decision conflicts with prior settled decisions, with specific verb 'check' and resource 'settled decisions'. It distinguishes from siblings like 'record_decision' (write) and 'recall_decisions' (potential list).

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?

Explicitly says 'Call this BEFORE acting on a non-trivial decision' and instructs to reconcile conflicts with the user. Also clarifies scope: 'Searches ALL projects unless `project` is given'. Slight ambiguity on 'non-trivial' but overall strong 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/BetaBots-LLC/callimachus'

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