Skip to main content
Glama

plan_context

Reads a development plan as a compact hierarchical document with ordered scopes, inline changes, checkpoint gates, and source references, providing full context for accurate implementation.

Instructions

Read one Plan as a compact hierarchical development document: overview, ordered ChainScopes, inline Block/Link/Chain changes, checkpoint gates, and exact source refs. This is the primary read before implementing a Plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
localeNo
maxCharsNo
projectRootNo
includeStructuredNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description itself carries the behavioral burden and does so via the verb 'Read,' which signals non-mutation. It adds concrete behavioral context by describing the output shape (ChainScopes, inline changes, checkpoint gates, source refs) and compactness, though it does not discuss permissions or truncation behavior.

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?

Two sentences, with the first enumerating the document contents in a dense list and the second giving the operational context. There is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output composition is well described and the primary use case is stated, which covers much of what an agent needs for a read tool. However, without an output schema or parameter explanations, the agent must infer how maxChars, locale, projectRoot, and includeStructured alter the result.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description does not explain locale, maxChars, projectRoot, or includeStructured effects. It only implies the plan id through 'Read one Plan'; the remaining four parameters are left to inference.

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 names a specific action ('Read one Plan') and a concrete deliverable ('compact hierarchical development document') with its contents enumerated. It stops short of naming a sibling read tool, so it doesn't fully differentiate from tools like context_for_task, but the 'primary read before implementing' phrasing anchors its role.

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?

'This is the primary read before implementing a Plan' is an explicit when-to-use instruction. It does not list exclusions or alternatives, so it misses the top anchor, but the timing/context is clear.

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

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/yubinbin32-ops/Mdflow-Canvas'

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