Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

get_adr_templates

Read-onlyIdempotent

Fetch domain-specific ADR templates and anti-patterns, including best practices for web apps, microservices, and APIs, to guide architectural decision records.

Instructions

Get domain-specific ADR templates and anti-patterns from ADR Aggregator. Includes best practices for web applications, microservices, APIs, and more. No authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain filter (web_application, microservices, api, data_platform, etc.)

Schema Changelog

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

  1. Addedv2.6.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds beyond those by disclosing that no authentication is required and that the data comes from ADR Aggregator, which is useful context not present in 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?

Three short sentences with no fluff: purpose, content coverage, and auth requirement are all front-loaded and relevant. Every sentence earns its place.

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?

For a low-complexity tool with one optional parameter and strong safety annotations, the description is largely complete: it identifies source, content, domain applicability, and auth. It does not describe the return format or behavior when the domain is omitted, but these are minor gaps.

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 coverage is 100%, so the baseline is 3. The description's domain examples (web applications, microservices, APIs) reinforce the domain parameter but do not add new meaning beyond the schema's own examples and 'etc.' qualifier.

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

Purpose5/5

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

The description states a specific action ('Get'), a clear resource ('domain-specific ADR templates and anti-patterns'), and a source ('ADR Aggregator'). It distinguishes itself from generation-oriented siblings like generate_adrs_from_prd or suggest_adrs by focusing on retrieving templates and best practices.

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?

The description implies use when domain-specific ADR templates or best practices are needed and explicitly notes 'No authentication required.' However, it does not name alternatives or state when not to use this tool, leaving the agent to infer the choice from the resource type.

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