Skip to main content
Glama
gokeshenzhen

io.github.gokeshenzhen/traceweave

by gokeshenzhen

get_tb_file_detail

Retrieve symbols (modules/classes/interfaces) defined in a compiled testbench file. If the path is missing from the compile set, get basename-similar suggestions to fix the error.

Instructions

Return symbols (modules/classes/interfaces) defined in a single compiled file. If the path is not in the compile set, error includes basename-similar suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
handleYes
Behavior3/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 disclosure. It does usefully mention the error-suggestion behavior when the path is not in the compile set, which is a real behavioral trait. However, it does not address whether the operation has side effects, preconditions like a prior build, or any caveats about the compiled set.

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?

Two tight sentences with no filler. The main action is front-loaded, and the conditional error behavior is added compactly. Every sentence contributes.

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?

Given no annotations, no output schema, and two wholly undocumented required parameters, the description is not complete enough. It explains what is returned and one error scenario, but omits the role of 'handle', the output shape, and any preconditions, leaving an agent to guess before invoking.

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 must clarify both parameters. It gives only indirect meaning for 'path' via the compile-set/error-suggestion note, but 'handle' is entirely unexplained. This is insufficient for an agent to know what values to provide.

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?

Description begins with a specific verb ('Return') and identifies a precise resource: symbols (modules/classes/interfaces) defined in a single compiled file. This is clear and actionable, but it does not explicitly differentiate from siblings like get_tb_subtree or lookup_tb_files beyond the implicit 'single compiled file' scope.

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 given about when to choose this tool over alternatives, nor any when-not-to-use conditions. The only behavioral note is about error suggestions for wrong paths, which is not usage routing.

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/gokeshenzhen/TraceWeave'

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