Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

get_development_guidance

Read-onlyIdempotent

Turn architectural decisions and workflow recommendations into actionable coding tasks, implementation patterns, and development roadmaps based on your current phase, stack, and progress.

Instructions

Get comprehensive development guidance that translates architectural decisions and workflow recommendations into specific coding tasks, implementation patterns, and development roadmap

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timelineNoDevelopment timeline or deadline constraints
focusAreasNoSpecific areas to focus on (e.g., ["API design", "database schema", "testing strategy", "deployment pipeline"])
teamContextNo
adrsToImplementNoList of ADR titles or file paths that need to be implemented in code
currentProgressNoWhat has already been implemented or current state of development
technologyStackNoCurrent technology stack (e.g., ["TypeScript", "React", "Node.js", "PostgreSQL", "Docker"])
developmentPhaseYesCurrent development phase

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context by revealing the transformation pipeline and output categories (coding tasks, implementation patterns, development roadmap), which goes beyond the structured annotations.

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, front-loaded sentence with no filler. It states the core purpose first and then adds the output detail in a subordinate clause, making it easy for an agent to parse.

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 7 parameters, a nested object, and no output schema, the description compensates by naming the expected output kinds. It lacks explicit guidance about optional parameter interactions or return structure, but the schema and annotations cover the remaining essentials.

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 86%, so the schema already documents most parameter meaning; the baseline is therefore 3. The description adds only a high-level umbrella ('architectural decisions' maps to adrsToImplement) and does not contribute specific parameter-level semantics beyond the schema.

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 uses a specific verb and resource: 'get comprehensive development guidance' and explains it translates architectural decisions and workflow recommendations into coding tasks, patterns, and roadmap. This is clear about what the tool produces, but it does not explicitly differentiate it from sibling tools like get_workflow_guidance or generate_deployment_guidance, so it falls short of a 5.

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?

Usage context is implied rather than explicit: the name and description signal that this is for obtaining development guidance, and the required developmentPhase parameter suggests phase-specific use. However, no when-to-use or when-not-to-use guidance is given, and no alternatives from the sibling list are referenced.

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/tosin2013/mcp-adr-analysis-server'

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