Skip to main content
Glama

traverse

Trace construction sequences from a starting concept by following requires/enables relations, revealing which steps must precede or follow. Use it to answer process-order questions.

Instructions

시공 순서와 선후 관계를 따라간다 — '무엇이 무엇보다 먼저 와야 하는가'. '기초부터 골조까지 순서', '거푸집 해체 전에 확인할 것' 같은 공정 질문에 쓴다. relation=requires 는 선행 조건, enables 는 후속 가능 작업이다. 빈 결과는 den 이 그 순서를 아직 갖고 있지 않다는 뜻이다 — 순서를 지어내지 않는다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNo순회 홉 수 (1~4).
limitNo최대 스텝 수.
startYes시작 개념 이름/구문 (예: 거푸집).
relationNo순회할 관계 (requires/enables/causes/contrasts 등). 생략 시 전체.
directionNoout(정방향) 또는 in(역방향).out

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It meaningfully discloses what an empty result means and explicitly states that the tool will not invent order relationships, which is important trust-relevant behavior for an AI agent.

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 compact and well-structured: purpose, typical use cases, relation semantics, and empty-result behavior each get exactly one sentence. There is no filler or redundancy.

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 traversal tool with an output schema and fully described parameters, the description covers the crucial domain context: what order means, how relations map to prerequisites vs. follow-ups, and how to interpret empty results. It could be slightly more complete by explaining remaining relation types like 'contrasts', but it is sufficient for correct invocation.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining the semantic difference between 'requires' (선행 조건) and 'enables' (후속 가능 작업), which is not fully captured by the schema's terse relation description.

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?

The description clearly states that the tool follows construction order and precedence relations, with concrete example questions. It is specific enough to distinguish 'traverse' from siblings like answer_why or compare, though it does not explicitly name the closest alternative.

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?

It gives clear guidance on when to use the tool ('공정 질문에 쓴다') with concrete examples such as '기초부터 골조까지 순서'. It does not explicitly state when not to use it or name alternatives, but the intended context is well established.

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

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/odd-Innocent/den_archi_mcp'

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