Skip to main content
Glama

scaffold_project_docs

Generate architecture, phase-wise task, and test case documents in the workspace from project requirements, establishing the initial project plan prior to graph creation.

Instructions

Generate standard project documentation files (Architecture/ER Diagram, Phase-wise Tasks, and Test Cases) in the project workspace based on provided project requirements. Useful for initializing a project plan before creating the graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseTasksNoList of phase-wise task files to create (e.g. PHASE_1.md, PHASE_2.md)
targetDirectoryNoAbsolute path to the project directory where docs will be saved (defaults to current working directory)
testCasesContentNoMarkdown content for TEST_CASES.md
architectureContentNoMarkdown content for ARCHITECTURE.md or ER_DIAGRAM.md
architectureFileNameNoFilename for the architecture document (e.g. ARCHITECTURE.md or ER_DIAGRAM.md)
Behavior2/5

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

No annotations are provided, so the description must disclose side effects. It states it generates files, but it misleadingly implies it derives content from 'provided project requirements' when the schema actually expects pre-written markdown content. It also does not mention overwrite behavior, directory creation, or error handling for the targetDirectory.

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 compact, consisting of two sentences that state the primary function and a key use case. There is no redundant content or unnecessary detail.

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 description provides an adequate overview and usage context, but the mismatch between 'provided project requirements' and the actual content parameters makes it incomplete for an agent to fully understand the tool's behavior. It also does not clarify that parameters are optional and that multiple files may be created, though these are covered in the schema.

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 description coverage is 100%, providing clear descriptions for all five parameters. The description adds only a high-level grouping (Architecture, Phase-wise Tasks, Test Cases) that maps to the parameters, but does not add significant meaning beyond the schema. This aligns with the baseline of 3.

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?

Description clearly states the tool generates standard project documentation files (Architecture/ER Diagram, Phase-wise Tasks, Test Cases) in the workspace. This specifies the verb (generate), resource (documentation files), and scope (standard types), and it distinguishes itself from sibling graph-management tools.

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?

The description explicitly says it is 'useful for initializing a project plan before creating the graph,' which gives clear context for when to use it relative to sibling tools. It lacks explicit exclusions or alternatives, but the use case is well-defined.

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/denishmistry07/mcp-graph-loop'

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