Skip to main content
Glama
fireostendere

DipTrace MCP

analyze_routing_congestion

Rank route connections by corridor congestion to identify bottlenecks before editing. Uses deterministic analysis without modifying the design.

Instructions

Rank route connections by deterministic corridor congestion without editing. All distances are in millimetres, regardless of the document's own Units attribute. Input schema: diptrace://schemas/tool-inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
orderingNocongestion_aware
connectionsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and does disclose that the operation is non-editing and that distances are always in millimetres regardless of document units. These are important behavioral facts beyond the schema. However, it omits any prerequisites or performance characteristics, so it's not a 5.

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 highly efficient: a purpose sentence, a behavioral detail sentence, and a schema pointer. The main purpose is front-loaded, and each sentence earns its place without redundant filler.

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?

Despite having an output schema, the description leaves significant gaps: the semantics of the 'ordering' enum and 'path' parameter are undefined, and there's no guidance on how connections should be structured beyond being route connections. Given the tool's 3-parameter complexity, the description is under-specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description was expected to compensate but does not. It never mentions the path or ordering parameters, nor explains the meaning of 'input' vs 'congestion_aware' ordering. The only indirect clue is that 'route connections' refers to the connections parameter, which is obvious.

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 action (Rank), the object (route connections), the basis (deterministic corridor congestion), and explicitly notes it does not edit. This differentiates it from sibling routing/editing tools like route_connection and route_net.

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 when-to-use guidance is provided, and no alternatives or exclusions are mentioned. The phrase 'without editing' implies an analysis context, but the description doesn't specify when to choose this tool over similar analysis tools like analyze_placement or route_connection.

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/fireostendere/mcp_diptrace'

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