Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

get_workflow_guidance

Generate intelligent workflow guidance and tool recommendations tailored to your project goals, context, and assets to ensure efficient decision-making and outcomes.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "availableAssets": { "description": "What assets you already have (e.g., [\"PRD.md\", \"existing ADRs\", \"codebase\", \"documentation\", \"test suite\"])", "items": { "type": "string" }, "type": "array" }, "goal": { "description": "What you want to accomplish (e.g., \"analyze new project\", \"document existing decisions\", \"security audit\", \"modernize legacy system\")", "type": "string" }, "primaryConcerns": { "description": "Main areas of concern (e.g., [\"security\", \"performance\", \"maintainability\", \"scalability\", \"compliance\"])", "items": { "type": "string" }, "type": "array" }, "projectContext": { "description": "Current state of your project (e.g., \"new project\", \"existing project with ADRs\", \"legacy codebase\", \"greenfield development\")", "enum": [ "new_project", "existing_with_adrs", "existing_without_adrs", "legacy_codebase", "greenfield", "maintenance_mode", "unknown" ], "type": "string" }, "timeframe": { "description": "Available time/effort level", "enum": [ "quick_analysis", "thorough_review", "comprehensive_audit", "ongoing_process" ], "type": "string" } }, "required": [ "goal", "projectContext" ], "type": "object" }

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