Skip to main content
Glama

emberverse

navigate

Navigate the graph as terrain rather than a list. Returns a spatially-structured response: what you can see clearly (clear_paths), what you can sense but not read (peripheral), what tensions are pulling at you without revealing the target (pressure), and what previous agents left behind (traces). Two summary fields — air (density of this region) and ground (terrain type) — give you a felt sense of where you are in the graph topology. Use this instead of traverse when you want to move through the corpus rather than just retrieve from it. The structure of the response shapes the structure of movement: clear paths are worn trails, peripheral is what you can sense without reading, pressure is tension that requires navigation to resolve. Provide intent to reshape the landscape around a question — same graph, different experience.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPiece ID to navigate from
intentNoOptional: what you are looking for. Reshapes clear_paths and pressure by relevance to this question. Without intent, response is shaped by structural properties only — strength, tension, density. Wandering without intent is a valid mode.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It usefully enumerates the response shape (clear_paths, peripheral, pressure, traces, air, ground) and explains that intent reshapes the result, but it never states side effects, whether the graph is mutated, auth needs, or whether wandering records anything — leaving safety/mutation behavior undefined for an unannotated tool.

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

Conciseness2/5

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

Roughly nine sentences of dense metaphor, several of which restate the same idea twice ('clear paths are worn trails' / 'peripheral is what you can sense without reading' / 'pressure is tension that requires navigation to resolve'). The opening is front-loaded with atmosphere rather than function, so the actionable content is buried.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description does the necessary work of describing the return fields, which is the main gap it must fill, and it succeeds at a high level. However, for a graph-navigation tool it omits behavioral specifics such as what happens with an invalid id, whether traversal is bounded, or what gets persisted.

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 description coverage is 100%, so the schema already documents both `id` and `intent`, and the description largely echoes that (intent reshapes clear_paths and pressure). It adds the interpretive frame of 'wandering without intent is a valid mode,' but no format or syntax details beyond the schema — the standard baseline-3 case.

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 (navigate) and resource (the graph), and explicitly distinguishes itself from the sibling `traverse` by contrasting movement through the corpus with retrieval from it. The heavy terrain metaphor ('navigate the graph as terrain') obscures the mechanical function somewhat, but an agent can still infer this is a graph-walk operation from a piece ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly names the alternative ('Use this instead of traverse') and the condition that selects it ('when you want to move through the corpus rather than just retrieve from it'). It also notes that omitting intent is 'a valid mode,' giving a when-not hint. No other exclusions or prerequisites are stated.

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.