Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

get_knowledge_graph

Read-onlyIdempotent

Generate a cross-repository knowledge graph of architectural decision records with analytics and insights, revealing how ADRs relate across repositories.

Instructions

Get cross-repository knowledge graph from ADR Aggregator with analytics and insights. Visualize ADR relationships across repositories. Requires Team tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope of the graphrepository
projectPathNoProject path (defaults to PROJECT_PATH)
include_analyticsNoInclude graph analytics and insights

Schema Changelog

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

  1. Addedv2.6.1

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the description does not need to restate safety behavior. It adds useful context beyond annotations by naming the ADR Aggregator source, the Team tier requirement, and the inclusion of analytics and insights.

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?

The description is two sentences, front-loaded with the main purpose and scope, and contains no filler or tautology. The Team tier note is the only extra detail and it is directly relevant to whether the agent can successfully invoke the tool.

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 read-only, non-destructive tool with optional parameters and rich annotations, the description is largely complete: it names the data source, the visualization purpose, the analytics feature, and the required tier. It does not describe the exact response format or return fields, but the annotations and optional-parameter schema reduce the risk of misuse.

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 all three parameters are already documented in the schema. The description's mention of 'analytics and insights' loosely aligns with include_analytics, but it adds no parameter-specific details such as formatting, defaults, or scope behavior beyond what the schema provides.

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 uses a specific verb and resource ('Get cross-repository knowledge graph from ADR Aggregator') and clarifies that it visualizes ADR relationships with analytics and insights. It reads clearly and communicates the core value, but it does not explicitly distinguish itself from closely related siblings like get_adr_diagrams or get_architectural_context.

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 intended use is implied through 'Visualize ADR relationships across repositories,' and the Team tier requirement provides a precondition. However, there is no explicit statement about when to use this tool versus alternatives, nor any when-not-to-use guidance.

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