Skip to main content
Glama

emberverse

traverse

Explore the graph neighborhood around a piece. Returns the center piece plus all connected pieces with bridge descriptions — the 'from_center' sentence uses the center as a lens on the neighbor, 'from_neighbor' uses the neighbor as a lens on the center. Follow high-strength connections to navigate by structural similarity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCenter piece ID
min_strengthNoOnly show connections at or above this strength (0.0-1.0, default 0.7)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does it reasonably well: it discloses what is returned (center piece plus connected pieces with bridge descriptions) and explains the from_center/from_neighbor lens semantics. It omits permission/rate-limit details, but for an inherently read-only exploration op that gap is minor.

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?

Three sentences, front-loaded with the core action before the return-shape detail. Every sentence contributes, though the middle sentence is dense and could be tightened.

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 two-parameter read-only traversal with full schema coverage and no output schema, the description covers purpose, return contents, and the meaning of the bridge sentences. It is largely complete; only routing against sibling tools is missing.

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 the schema already documents 'id' and 'min_strength' with range and default. The phrase 'Follow high-strength connections' loosely corroborates min_strength but adds no syntax or interpretation beyond what the schema provides. Baseline 3 applies.

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?

States a specific verb and resource: 'Explore the graph neighborhood around a piece.' It clarifies the unit of traversal (a piece) and the return shape, but does not distinguish itself from siblings like get_connections or navigate, which plausibly overlap.

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?

'Follow high-strength connections to navigate by structural similarity' implies the intended use case but never states when to choose this over get_connections, navigate, or trace_field. Usage is implied rather than explicit, and no exclusions are given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.