Skip to main content
Glama

create_or_update_roadmap

Create or update a project roadmap by adding milestones, phases, or sections. Merges new content with existing roadmap file to keep future planning organized.

Instructions

Creates or updates the ROADMAP.md file in .project/ directory. Use this when planning future work, milestones, or phases. If the file exists, intelligently merges new content with existing roadmap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe roadmap content to add. Can be a new section, milestone, or phase. The tool will merge with existing content if the file exists.
sectionNoOptional: The section to add to (e.g., "Q1 2025", "Phase 1", "Future Considerations"). If not provided, will append to appropriate section or create new.
replaceNoIf true, replaces the entire file. If false (default), merges with existing content.
Behavior3/5

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

With no annotations provided, the description carries full burden. It mentions merging behavior but does not detail the 'intelligent' merge logic, possible side effects, or failure scenarios. Essential behavioral traits like file locking or permission requirements are absent.

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 extremely concise with two sentences that cover purpose, usage context, and merge behavior. Every word adds value, and the structure is front-loaded with the core action.

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?

Given the tool has 3 parameters and no output schema, the description adequately explains the primary function and merge behavior. However, it omits details about return values, error handling, and edge cases like empty content or file creation failures.

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%, so the baseline is 3. The description adds the notion of 'intelligent merging', but this is vague and does not significantly enhance understanding beyond the schema's parameter descriptions.

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?

Description clearly states the tool creates/updates the ROADMAP.md file in the .project/ directory. While it differentiates from siblings by specifying a separate file, it does not explicitly contrast with tools like 'add_roadmap_milestone' or 'create_or_update_decisions'.

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

Usage Guidelines3/5

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

The description advises using this tool 'when planning future work, milestones, or phases', providing context. However, it lacks guidance on when not to use it or alternatives, such as using 'add_roadmap_milestone' for adding specific milestones.

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/pouyanafisi/project-mcp'

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