Skip to main content
Glama
Vvkmnn

claude-augur-mcp

by Vvkmnn

Explain Plan

augur_explain
Read-onlyIdempotent

Extract plan structure from a plan file and return a fill-in template for inline rendering, so you can show decisions, tradeoffs, and assumptions in your response.

Instructions

Extract plan structure and return a template for inline rendering. Call after writing/editing plan files. Render the filled template INLINE in your response (not in a code block).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_pathYesAbsolute path to the plan file

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds non-obvious behavioral context the annotations do not: that it returns a template, and that the agent must render the filled template inline rather than in a code block.

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?

Three short sentences, all front-loaded: purpose first, then trigger condition, then rendering instruction. No filler and every sentence carries actionable information.

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?

With no output schema, the description appropriately discloses the return value (a template) and how to consume it. No auth, error, or edge-case behavior is mentioned, but for this simple read-only extraction tool the coverage is largely sufficient.

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 coverage is 100% and the single parameter (plan_path) is fully documented by the schema. The description only obliquely references 'plan files' and adds no syntax or format detail beyond the schema, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verbs ('Extract plan structure and return a template') and a concrete resource (plan files). It is clear what the tool produces, though 'plan structure' remains somewhat abstract and there are no siblings to distinguish it from.

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?

It gives explicit timing guidance ('Call after writing/editing plan files') and a clear rendering instruction ('INLINE ... not in a code block'). There are no alternatives to name since no sibling tools exist, so no exclusions are possible.

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

Deploy Server

Other Tools