endiagram
Server Quality Checklist
Latest release: v0.1.4
- Disambiguation5/5
Each tool has a clearly distinct purpose with no overlap: analyze_system computes structural facts, between calculates centrality, categorize discovers subsystems, compose merges graphs, detail performs deep analysis, diff compares systems, distance finds shortest paths, evolve simulates changes, extract isolates subsystems, impact assesses blast radius, render creates visualizations, and trace follows flows. The descriptions are precise and domain-specific, making misselection unlikely.
Naming Consistency5/5All tool names follow a consistent verb-based pattern in lowercase with underscores (e.g., analyze_system, categorize, compose, detail, diff, distance, evolve, extract, impact, render, trace). There are no deviations in style or convention, making the naming highly predictable and readable throughout the set.
Tool Count5/5With 12 tools, the count is well-scoped for architectural analysis and dependency graph manipulation. Each tool serves a unique function in this domain, such as analysis, visualization, simulation, and extraction, ensuring comprehensive coverage without bloat or redundancy.
Completeness5/5The tool set provides complete coverage for architectural and dependency graph operations, including analysis (analyze_system, detail), centrality and path calculations (between, distance, trace), subsystem management (categorize, extract, impact), graph manipulation (compose, diff, evolve), and visualization (render). There are no obvious gaps, supporting full CRUD-like lifecycle and workflow capabilities in this domain.
Average 2.9/5 across 11 of 12 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
This repository includes a glama.json configuration file.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It states computation is 'deterministic' and 'no AI inside', which adds some behavioral context. However, it doesn't disclose critical traits like whether this is a read-only operation, what happens with invalid inputs, performance characteristics, or error handling. The description is insufficient for a tool with 3 parameters and no output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is relatively concise but poorly structured. The 'EN syntax' note is confusing and doesn't add value. The sentences are somewhat disjointed ('Structural signal.' stands alone awkwardly). While brief, the phrasing could be more coherent and front-loaded with clearer purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 3 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what 'structural facts' are computed, what format they're returned in, or how the parameters interact. For a tool that analyzes systems with multiple configuration options, more context about the analysis scope and results is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no specific parameter information beyond what's in the schema. It mentions 'inputs' generically but doesn't clarify the meaning or relationships between 'source', 'invariants', and 'detect_antipatterns' parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose3/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool 'computes structural facts' from a system description, which gives a vague purpose. It mentions 'structural signal' and 'deterministic computation' but doesn't clearly specify what kind of facts or what 'structural' means in this context. It distinguishes from siblings by mentioning 'no AI inside', but the core function remains ambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'categorize', 'detail', or 'extract' from the sibling list. It mentions 'EN syntax' but doesn't explain when this tool is appropriate or what problems it solves compared to other tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It hints at analysis outputs (e.g., concurrency, resilience) but doesn't describe what the tool actually does behaviorally—such as whether it performs computation, returns data, modifies state, or has side effects. This leaves critical behavioral traits unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise—a single phrase listing analysis aspects—with no wasted words. However, it lacks front-loaded clarity (e.g., starting with a clear verb) and structure, making it somewhat cryptic rather than efficiently informative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity implied by terms like 'deep structural analysis' and the lack of annotations and output schema, the description is incomplete. It doesn't explain what the tool returns, how the analysis is performed, or the scope of results, leaving significant gaps for an agent to understand the tool's full context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the parameter 'source' documented as 'EN source code describing the system'. The description adds no additional meaning about parameters beyond what the schema provides, such as format details or examples. With high schema coverage, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose3/5Does the description clearly state what the tool does and how it differs from similar tools?
The description lists technical analysis aspects (concurrency, flow landmarks, resilience, dominator tree, min-cuts) which gives a general sense of purpose, but it's vague about what specific action is performed. It doesn't clearly state a verb+resource combination like 'analyze source code for structural properties' or distinguish itself from sibling tools like 'analyze_system' or 'trace'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites, context, or exclusions, and it doesn't reference any sibling tools like 'analyze_system' or 'trace' that might serve similar purposes, leaving the agent with no usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'role and subsystem annotations' but doesn't disclose behavioral traits such as what the tool returns (e.g., a path list, visualization), error handling, performance considerations, or if it modifies data. This leaves significant gaps in understanding how the tool behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core action ('Follow directed flow'). It avoids redundancy but could be slightly more informative without losing conciseness, such as hinting at the output or use case.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description is incomplete. It doesn't explain what the tool returns (e.g., a trace result, annotations details), error conditions, or how it integrates with the system. For a tool with 4 parameters and complex tracing functionality, more context is needed to guide effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so parameters are well-documented in the schema. The description adds minimal value beyond the schema by implying parameters are used for tracing flows with annotations, but it doesn't provide additional context like format examples or interdependencies. Baseline 3 is appropriate as the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose3/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool 'follow[s] directed flow from node A to node B with role and subsystem annotations,' which clarifies it traces a path between nodes in a system. However, it's vague about what 'directed flow' entails (e.g., data flow, control flow) and doesn't differentiate from siblings like 'between' or 'distance,' which might have similar functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description implies it's for tracing flows with annotations, but it doesn't specify contexts, prerequisites, or exclusions, nor does it compare to sibling tools like 'between' or 'distance' that might handle related tasks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'Auto-discover' but doesn't explain how the discovery works, what output to expect, whether it's read-only or mutating, performance characteristics, or error handling. This leaves significant gaps for a tool that analyzes system structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's function without unnecessary words. It's front-loaded with the core purpose ('Auto-discover subsystem boundaries') and provides essential context ('from dependency structure') in a compact form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool that analyzes system dependencies with no annotations and no output schema, the description is insufficient. It doesn't explain what 'subsystem boundaries' means in practice, what format the results take, or how the dependency structure is processed. Given the complexity implied by terms like 'subsystem' and 'dependency structure', more contextual information is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the single parameter 'source' documented as 'EN source code describing the system'. The description adds no additional parameter context beyond what the schema provides, such as format requirements or examples. With high schema coverage and only one parameter, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Auto-discover') and resource ('subsystem boundaries'), explaining it analyzes dependency structure. However, it doesn't explicitly differentiate from sibling tools like 'analyze_system' or 'extract', which might have overlapping analysis functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. With multiple sibling tools like 'analyze_system', 'detail', and 'extract' that might handle system analysis, the description lacks context about prerequisites, appropriate scenarios, or exclusions for this categorization function.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool merges graphs with entity linking, implying a write or transformation operation, but doesn't detail what 'merge' entails—e.g., whether it creates a new graph, modifies inputs, or handles conflicts. It also omits information on permissions, rate limits, or error conditions, which are critical for a tool that likely performs complex graph operations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded with the core action ('Merge two EN graphs') and includes the key detail ('with entity linking'), making it easy to parse and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of merging graphs with entity linking, the description is insufficient. With no annotations and no output schema, it fails to explain what the merged result looks like, how entity linking affects the output, or any behavioral traits like error handling. For a tool with three required parameters and no structured safety or output information, more descriptive context is needed to guide effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter clearly documented in the input schema (e.g., 'source_a' as 'EN source code for the first system'). The description adds minimal value beyond this, only implying that parameters relate to merging and linking without providing additional syntax or format details. This meets the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Merge') and the resources ('two EN graphs'), specifying that entity linking is involved. It distinguishes itself from siblings like 'diff' or 'analyze_system' by focusing on combination rather than comparison or analysis. However, it doesn't explicitly differentiate from potential similar tools like 'evolve' or 'trace', which might also involve graph operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, such as needing valid EN source code, or specify scenarios where merging is appropriate compared to using other tools like 'diff' for comparison or 'analyze_system' for inspection. This lack of context leaves the agent without clear usage instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool performs a 'structural diff' but doesn't explain what that entails—whether it's read-only, what format the output takes, if there are rate limits, or any side effects. This leaves significant gaps in understanding the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core purpose ('Structural diff between two systems') and adds specific details ('topology, role, and subsystem changes') without unnecessary elaboration. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of comparing two systems and the lack of annotations and output schema, the description is incomplete. It doesn't explain what a 'structural diff' outputs, how to interpret results, or any behavioral traits, making it inadequate for an agent to use the tool effectively without further context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, with clear descriptions for both parameters ('EN source code for the first/second system'). The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline score for high schema coverage without adding value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs a 'structural diff' between two systems, specifying it examines 'topology, role, and subsystem changes.' This provides a specific verb ('diff') and resource ('two systems'), though it doesn't explicitly differentiate from sibling tools like 'analyze_system' or 'distance' that might also compare systems.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites, context for usage, or exclusions, leaving the agent to infer based on the tool name and parameters alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. While it mentions 'subsystem crossing annotations', it doesn't explain what this means operationally—whether this affects performance, requires specific permissions, has rate limits, or what the output looks like. For a path-finding tool with no annotation coverage, this leaves significant gaps in understanding how it behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that states the core purpose without any fluff. It's appropriately sized and front-loaded, with every word contributing to understanding the tool's function. No wasted words or unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of a path-finding tool with no annotations and no output schema, the description is insufficient. It doesn't explain what 'subsystem crossing annotations' means, what format the output takes, whether there are performance considerations, or how it differs from sibling tools. For a tool that likely returns structured path data, more context is needed to use it effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all three parameters (source, from, to) with clear descriptions. The description adds no additional meaning about these parameters beyond what's in the schema. It mentions 'subsystem crossing annotations' which might relate to the 'source' parameter, but this is vague and doesn't enhance parameter understanding. Baseline 3 is appropriate when schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Shortest path between two nodes with subsystem crossing annotations.' It specifies the action (finding shortest path) and the resource (nodes with subsystem annotations). However, it doesn't distinguish this from sibling tools like 'trace' or 'between' that might also involve path-related operations, so it doesn't reach the highest score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'trace', 'between', and 'analyze_system' that might involve similar path or relationship analysis, there's no indication of what makes 'distance' unique or when it's the appropriate choice. The description only states what it does, not when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states this is a 'dry-run' operation, implying it's non-destructive and read-only, which is helpful. However, it doesn't describe other behavioral traits such as performance characteristics, error handling, or what 'structural delta' entails in terms of output format. For a tool with no annotations, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise and front-loaded, consisting of a single sentence that efficiently conveys the core functionality: 'Dry-run architectural changes — apply a patch and see the structural delta.' Every word earns its place, with no unnecessary elaboration, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of architectural changes and the lack of annotations and output schema, the description is incomplete. It doesn't explain what 'structural delta' means in practice, how results are presented, or any limitations (e.g., supported patch formats). For a tool with no structured output and behavioral gaps, this leaves the agent with insufficient context to use it effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with clear documentation for both parameters ('source' and 'patch'). The description adds minimal value beyond the schema, as it doesn't explain parameter semantics like what 'EN source code' means or how the patch should be formatted. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, but the description could have enhanced understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Dry-run architectural changes — apply a patch and see the structural delta.' It specifies the verb ('dry-run'), resource ('architectural changes'), and outcome ('see the structural delta'), making it easy to understand what the tool does. However, it doesn't explicitly differentiate from sibling tools like 'diff' or 'analyze_system', which might have overlapping functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides minimal guidance on when to use this tool, only implying it's for previewing changes before applying them. It doesn't specify when to use it versus alternatives like 'diff' (which might compare differences) or 'analyze_system' (which might assess impacts), nor does it mention prerequisites or exclusions. This leaves the agent with little context for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It states the tool removes a node for impact analysis, implying a destructive or simulation operation, but doesn't disclose whether this is a real removal, simulation, permission requirements, rate limits, or output format. The phrase 'blast radius' suggests destructive impact but lacks clarity on actual behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (one sentence) and front-loaded with the core purpose. Every word earns its place with no wasted text, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no annotations and no output schema, the description is incomplete. It doesn't explain what 'disconnects' means in the output, whether this is a simulation or actual change, error conditions, or how results are presented. Given the complexity implied by 'blast radius' analysis, more context is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters ('source' and 'node'). The description implies these parameters are used for impact analysis but doesn't add meaningful semantics beyond what the schema provides (e.g., format examples or constraints). Baseline 3 is appropriate given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs impact analysis by removing a node to see what disconnects. It specifies the verb ('remove a node and see what disconnects') and resource ('node'), but doesn't explicitly differentiate from siblings like 'analyze_system' or 'trace' which might have overlapping functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'analyze_system' or 'trace'. It mentions the action but doesn't specify prerequisites, constraints, or comparative context with sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It explains the computation but lacks behavioral details such as performance characteristics (e.g., computational complexity for large graphs), error handling, or output format. This is a significant gap for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose and metric explanation. It is front-loaded with the core function and wastes no words, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description is minimal but covers the basic purpose. For a tool with 2 parameters and 100% schema coverage, it's adequate but lacks details on behavior and output, leaving gaps in completeness for effective agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters ('source' and 'node'). The description adds no additional meaning about parameters beyond what the schema provides, such as format examples or constraints, meeting the baseline for high coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool computes 'betweenness centrality for a node' and explains the metric ('what fraction of all shortest paths flow through it'), which is specific and informative. However, it doesn't explicitly distinguish this from sibling tools like 'distance' or 'trace' that might also involve path analysis, missing full differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. With siblings like 'distance', 'trace', and 'analyze_system' that might involve graph or path analysis, there's no indication of context, prerequisites, or exclusions for using 'between'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. While 'extract' implies a read operation, it doesn't disclose whether this modifies the source, requires specific permissions, has rate limits, or what happens if extraction fails. For a tool that presumably transforms source code, this lack of behavioral context is significant.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero wasted words. It's appropriately sized and front-loaded with the core purpose, making it easy for an agent to quickly understand what the tool does.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's apparent complexity (extracting subsystems from source code), lack of annotations, and no output schema, the description is minimally adequate. It states what the tool does but doesn't provide enough context about behavior, output format, or usage scenarios to be truly complete for this type of operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description doesn't add any meaning beyond what the schema provides about 'source' and 'subsystem' parameters. The baseline of 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('extract') and the target ('named subsystem as standalone EN source code'), providing a specific verb+resource combination. However, it doesn't differentiate this tool from its many siblings (like 'analyze_system', 'compose', 'detail', etc.), which appear to operate on similar EN source code systems.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. With 11 sibling tools that likely work with EN source code systems, there's no indication of what problem this tool solves that others don't, nor any prerequisites or context for when extraction is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions the output is 'publication-quality' but doesn't disclose behavioral traits like processing time, file size implications, error handling for invalid source, or whether it's a read-only operation. This leaves significant gaps for a tool that generates images.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero waste. It's front-loaded with the core purpose and avoids unnecessary details, making it easy to scan and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description is minimal but covers the basic purpose. However, for a tool with 3 parameters that generates visual output, it lacks details on output format specifics, error conditions, or performance considerations, making it only adequate for simple use cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no meaning beyond what the schema provides, such as explaining how 'source' should be formatted or what 'publication-quality' entails in terms of 'quality' settings. Baseline 3 is appropriate when schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('render'), the resource ('EN dependency graph'), and the output format ('publication-quality SVG image'). It distinguishes this tool from siblings like 'analyze_system' or 'trace' by focusing on visualization rather than analysis or tracing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'compose' or 'evolve'. It doesn't mention prerequisites, such as needing valid EN source code, or exclusions, like not being suitable for non-graph data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dushyant30suthar/endiagram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server