Skip to main content
Glama

atlas_navigate

Read-onlyIdempotent

Read 'tree', the canonical ordered traversal of every published node, or 'tour', the publisher-curated first learning path. Use atlas_orient for relevance-ranked discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNo'tree' for the canonical traversal, 'tour' for the curated walk.tree
expected_revisionNoA prior payload's 'coherence'; 'revision_changed' refuses a moved Release.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
scopeYes
coherenceYes
projectionYes
payload_classYes

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile, and the description's 'Read' is consistent with that. The description adds interpretive context about what tree/tour outputs represent, which is useful but largely repeats the schema's own parameter descriptions. It does not disclose behavioral details like response shape, ordering guarantees, or revision-handling behavior beyond what the schema states for expected_revision.

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 two sentences with zero wasted words. It front-loads the action verb and resource, and appends the sibling-routing guidance in the second sentence. Every clause earns its place, and the structure makes the primary purpose immediately scannable.

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?

Given the output schema is present, parameters are fully covered by the schema, and annotations carry the safety profile, the description covers what an agent needs for correct invocation: the purpose, the two view modes, and the key alternative. The main gap is the lack of guidance distinguishing atlas_navigate from the other six siblings, particularly atlas_read, which sounds functionally similar by name. This is a minor omission in an otherwise complete definition.

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%, with both 'view' and 'expected_revision' already documented in the schema, so the baseline is 3. The description adds marginal elaboration ('every published node', 'first learning path') that slightly enriches the view enum, but it adds nothing about expected_revision. With the schema carrying the full burden, the description's contribution here is minimal but adequate.

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 states a specific verb ('Read') and resource (the 'tree' or 'tour' view), and immediately defines what each means: 'canonical ordered traversal of every published node' vs 'publisher-curated first learning path.' It also distinguishes itself from sibling atlas_orient by naming it explicitly for a different purpose. An agent can determine exactly what this tool does without opening the schema.

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?

The description provides an explicit alternative and the condition that selects it: 'Use atlas_orient for relevance-ranked discovery.' This tells the agent when not to use atlas_navigate for at least one close sibling. However, with seven sibling tools in the list, it does not address differentiation from the others (e.g., atlas_read, atlas_cards), leaving some routing ambiguity.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct operation: discovery, navigation, reading, relationship paging, auditing, decisions, and glossary lookup. Descriptions explicitly cross-reference alternatives like atlas_cards vs atlas_read, so an agent can reliably choose the right tool.

Naming Consistency3/5

All names share the atlas_ prefix and are short, but conventions are mixed: cards, decisions, links, and provenance are noun resources while define, navigate, orient, and read are imperative verbs. The set is readable but does not follow a single verb_noun pattern.

Tool Count5/5

Eight tools is well-scoped for a canonical read-only atlas covering discovery, structured reading, navigation, relationships, decisions, glossary, and provenance. Each tool earns its place without feeling bloated or thin.

Completeness5/5

The surface covers the natural read-only workflow: discover identity, navigate structure, read nodes and sections, inspect relationships, look up definitions, check decisions, and audit provenance. Write operations are not an obvious gap given the corpus appears intentionally immutable.

Resources