Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

incorporate_research

Transform research findings into actionable updates for architectural decision records, enabling evidence-based revisions to content, status, consequences, alternatives, or deprecation.

Instructions

Incorporate research findings into architectural decisions

Input Schema

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

Schema Changelog

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

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint: false, so the description does not need to restate that this mutates state. However, it adds no behavioral context beyond a vague 'incorporate': it does not say whether ADR files are modified, whether updates are generated before being applied, whether confirmation is needed, or what side effects occur.

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 tight sentence with no filler or repetition. It is concise, though this conciseness comes at the cost of omitting useful operational detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters, 2 enums, no required parameters, and no output schema, this one-sentence description is inadequate. An agent cannot determine what inputs are needed, what 'incorporate' does mechanically, what output to expect, or how analysisType changes behavior.

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 input schema fully documents each parameter, giving a baseline of 3. The description adds minimal semantic value beyond connecting 'research findings' to the researchFindings parameter and 'architectural decisions' to ADR-related parameters, but it does not clarify enums like analysisType or updateType.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('incorporate') and resource ('research findings into architectural decisions'), but 'architectural decisions' is vague and does not explicitly say it updates ADR records. It is distinguishable from research-gathering siblings like perform_research, but not clearly differentiated from ADR generation/update tools without opening the schema.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives such as perform_research, generate_adr_from_decision, or request_action_confirmation. The description does not state that research should be gathered first, whether this tool updates existing ADRs, or what conditions would make a sibling tool more appropriate.

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