Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

get_workflow_guidance

Read-onlyIdempotent

Get step-by-step workflow guidance and tool recommendations tailored to your goal and project context. Achieve expected outcomes by providing your available assets and primary concerns.

Instructions

Get intelligent workflow guidance and tool recommendations based on your goals and project context to achieve expected outcomes efficiently

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYesWhat you want to accomplish (e.g., "analyze new project", "document existing decisions", "security audit", "modernize legacy system")
timeframeNoAvailable time/effort level
projectContextYesCurrent state of your project (e.g., "new project", "existing project with ADRs", "legacy codebase", "greenfield development")
availableAssetsNoWhat assets you already have (e.g., ["PRD.md", "existing ADRs", "codebase", "documentation", "test suite"])
primaryConcernsNoMain areas of concern (e.g., ["security", "performance", "maintainability", "scalability", "compliance"])

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no behavioral context beyond that—no mention of what kind of output to expect, any limitations, or how recommendations are generated. With annotations present the bar is lower, but the description contributes no extra transparency.

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 sentence with no wasted words and front-loads the core purpose. Minor marketing fluff like 'intelligent' and 'efficiently' slightly reduces precision, but overall it is appropriately sized.

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?

For a lightweight advisory tool with fully documented parameters, the description conveys the basic purpose. However, it does not explain what the guidance output looks like (e.g., a list of tools, step-by-step plan) and does not help disambiguate from the numerous sibling guidance tools, leaving some uncertainty for an agent.

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 schema fully documents all five parameters. The description only echoes 'goals and project context' from the two required parameters and adds no additional meaning or syntax details 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 clearly states the action ('Get') and resource ('workflow guidance and tool recommendations'), and notes it is based on goals and project context. However, it does not distinguish itself from sibling tools like get_development_guidance or generate_deployment_guidance, which likely offer similar guidance.

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 through the parameter descriptions and the general statement about goals/project context. The description does not explicitly state when to prefer this tool over alternatives, nor does it mention exclusions, leaving the agent to infer the intended use case.

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