Skip to main content
Glama
teyepe

systembridge-mcp

by teyepe

analyze_topology

Analyze token topology by generating dependency graphs, detecting anti-patterns, and visualizing token relationships with distribution charts and coverage matrices.

Instructions

Analyze token topology with dependency graph, anti-pattern detection, and structure analysis. Shows token relationships, reference chains, isolated tokens, circular dependencies, and common anti-patterns like primitive leakage, naming inconsistencies, and redundant tokens. Includes visual dependency graph (Mermaid), distribution charts, and coverage matrix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathPrefixNoOnly analyze tokens starting with this path prefix. Comma-separated for multiple prefixes.
includeGraphNoInclude Mermaid dependency graph in output. Default: true.
graphMaxDepthNoMaximum reference depth to show in dependency graph. Default: 3.
graphMaxNodesNoMaximum nodes to show in dependency graph (prevents overwhelming diagrams). Default: 40.
includeAntiPatternsNoInclude detailed anti-pattern analysis. Default: true.
includeDistributionNoInclude token distribution charts. Default: true.
Behavior4/5

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

With no annotations, description fully bears transparency burden. It discloses outputs (graph, charts, matrix) and analyses performed, indicating a read-only analysis tool. However, it does not explicitly state that no mutations occur or mention performance impacts.

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?

Two sentences efficiently convey purpose and outputs. Front-loaded with key action and resource. Could be slightly more concise, but no superfluous content.

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 complex tool with 6 parameters and no output schema, the description covers high-level outputs (graph, charts, matrix) but lacks details on return structure of each analysis component.

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 baseline is 3. The description does not add additional meaning beyond the schema for parameters; it only describes the overall output.

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 clearly states the tool's purpose: analyze token topology with dependency graph, anti-pattern detection, and structure analysis. It differentiates from siblings by specifying unique outputs like dependency graph and anti-patterns.

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 usage for topological analysis but does not explicitly state when to use this tool over siblings like analyze_coverage or audit_semantics. No exclusions or alternative guidance provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/teyepe/systembridge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server