Skip to main content
Glama
parsiya

Trailmark MCP Server

by parsiya

paths_between

Find all call paths linking a source node to a destination node in a code repository, enabling dependency analysis.

Instructions

Return call paths between two nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
srcYes
dstYes
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries full burden. It does not disclose any behavioral traits such as performance implications, limits on path length, or side effects. The tool could potentially return large results or require specific repository states, but nothing is mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise at one sentence, but it omits essential information. While brevity is valued, the description should include parameter details or usage context. It is not front-loaded with critical information for tool selection.

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?

Although there is an output schema, the description is incomplete for effective tool use. With no parameter explanations or usage guidance, the agent cannot reliably invoke this tool. The description fails to provide sufficient context beyond the basic purpose.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no semantic information about the parameters. It does not explain what 'src', 'dst', or 'session_id' represent beyond their names, leaving the agent to infer meaning. This is a significant gap for a tool with three parameters.

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 function: returning call paths between two nodes. The verb 'Return' and the resource 'call paths' are specific, and the tool name 'paths_between' aligns well. It distinguishes from sibling tools like 'ancestors_of' or 'callees_of' which have different purposes.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or situations where other tools might be more appropriate. The description simply states what it does without usage context.

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/parsiya/trailmark-mcp-server'

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