Skip to main content
Glama

Show plan on a page

view_plan

Display your implementation plan as a local web page before making changes, replacing lengthy chat text with a concise URL. Send a summary, up to 12 steps, optional diagram, and file references.

Instructions

Show the user your plan on a local web page instead of writing it out in chat. Call this BEFORE you start making changes, once you have decided on an approach. Send a short summary (max 3 sentences), up to 12 one-line steps, optionally a diagram of the intended flow, and optionally refs pointing at the files you plan to touch. Refs are pointers, not content: give a path and an 'anchor' string that literally appears in that file; the server opens the file itself. Returns a single line with the page URL - reply with that line only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refsNoFiles you intend to touch, each pointed at by an anchor.
stepsYesOrdered steps. Max 12, one short line each.
diagramNoOptional diagram of the intended flow.
summaryYesWhat you are about to do. Max 3 sentences.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses important behavior: refs are pointers, not content, and the server opens the file itself. It also states the return format (a single URL line). It does not explicitly claim read-only status, but the purpose implies no modifications.

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 a single well-structured paragraph that front-loads the purpose, then provides timing, content limits, and return behavior. Every sentence adds value with no fluff.

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?

Despite complex nested schema for diagram and refs, the description covers essential use, constraints, and return value, especially since there is no output schema. It lacks explicit error handling or exclusions but is sufficient for an agent to invoke the tool correctly.

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%, so the baseline is 3. The description adds a crucial clarification that refs are pointers and the server opens the file itself, which goes beyond the schema's descriptions and helps correct usage.

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 clearly identifies the tool as showing a plan on a local web page, using a specific verb and resource. It does not explicitly distinguish from sibling tools like view_report or view_diagram, but the focus on 'plan' makes the purpose evident.

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 instructs to call the tool BEFORE making changes, once an approach is decided. It does not mention when not to use it or alternatives, but the timing advice is precise and actionable.

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/zivhdinfo/mcp-view'

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