Skip to main content
Glama

generate_implementation_plan

Generate a professional-grade implementation plan by reading local SSOT artifacts, providing a clear architectural roadmap for coding tasks.

Instructions

Acts as the Software Architect. Reads local SSOT artifacts and generates a massive, professional-grade implementation-plan.md.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNoopenrouter
project_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full disclosure burden. It reveals that the tool reads local SSOT artifacts and produces an implementation plan, but it does not mention whether the tool uses the configured provider to call an external model, whether an existing plan is overwritten, or what other side effects occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with clear structure. However, phrases like 'massive, professional-grade' add little operational value and are more promotional than informative.

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

Completeness2/5

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

Although an output schema exists to document the return shape, the rest of the tool context is thin. Given two undocumented parameters, no annotations, and several sibling planning tools, this description omits essential usage and prerequisite information needed to call the tool correctly.

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%, and the description does not explain either parameter. 'provider' and 'project_path' are left completely opaque: an agent cannot determine valid provider values, what project_path should reference, or the meaning of null defaults.

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 ('generates'), a concrete artifact ('implementation-plan.md'), and identifies the relevant input ('local SSOT artifacts'). It does not explicitly contrast with sibling tools like generate_task_plan or generate_test_plan, but the artifact name makes the core purpose clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus generate_task_plan, generate_test_plan, or synchronize_ssot. The only implicit hint is that it reads SSOT artifacts, but the description never states prerequisites, timing, or exclusions.

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

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/eecheonwu/essot-mcp-server'

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