Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

incorporate_research

Integrate research findings into architectural decision records by analyzing topics, evaluating impact, and generating updates for improved decision-making and documentation.

Instructions

Incorporate research findings into architectural decisions

Input Schema

NameRequiredDescriptionDefault
adrDirectoryNoPath to ADR directorydocs/adrs
adrIdNoADR ID for update generation
analysisTypeNoType of research analysis to performcomprehensive
existingTopicsNoPreviously identified research topics
researchFindingsNoResearch findings for update generation
researchPathNoPath to research directorydocs/research
researchTopicsNoResearch topics for impact evaluation
updateTypeNoType of ADR update to generate

Input Schema (JSON Schema)

{ "properties": { "adrDirectory": { "default": "docs/adrs", "description": "Path to ADR directory", "type": "string" }, "adrId": { "description": "ADR ID for update generation", "type": "string" }, "analysisType": { "default": "comprehensive", "description": "Type of research analysis to perform", "enum": [ "monitor", "extract_topics", "evaluate_impact", "generate_updates", "comprehensive" ], "type": "string" }, "existingTopics": { "description": "Previously identified research topics", "items": { "type": "string" }, "type": "array" }, "researchFindings": { "description": "Research findings for update generation", "items": { "properties": { "evidence": { "items": { "type": "string" }, "type": "array" }, "finding": { "type": "string" }, "impact": { "type": "string" } }, "type": "object" }, "type": "array" }, "researchPath": { "default": "docs/research", "description": "Path to research directory", "type": "string" }, "researchTopics": { "description": "Research topics for impact evaluation", "items": { "properties": { "category": { "type": "string" }, "id": { "type": "string" }, "keyFindings": { "items": { "type": "string" }, "type": "array" }, "relevanceScore": { "type": "number" }, "title": { "type": "string" } }, "type": "object" }, "type": "array" }, "updateType": { "description": "Type of ADR update to generate", "enum": [ "content", "status", "consequences", "alternatives", "deprecation" ], "type": "string" } }, "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