Skip to main content
Glama

scenario

Assemble ordered step flows from process nodes using enables/requires edges. Identify missing sequence gaps and report them rather than fabricate.

Instructions

공정 시나리오를 구성한다 — 관련 공정 노드를 모아 enables/requires 엣지로 위상정렬해 순서 있는 단계 흐름을 반환한다. '기초부터 3층까지 시공 순서', '가설공사 절차' 같은 시퀀스·시나리오 요청에 호출하라(단순 사실은 k_snippets). 결정론. ordering_coverage가 낮거나 gaps가 있으면 그래프에 순서 지식이 아직 없다는 정직한 신호 — 그 구간은 지어내지 말고 gaps 그대로 사용자에게 전하라.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes공정/시퀀스 질의 (예: 철근콘크리트 골조 시공 순서).
max_nodesNo수집할 공정 노드 상한.

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.7/5.0
Behavior5/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 discloses determinism and, crucially, the honest-fallback behavior: low ordering_coverage or gaps mean the graph lacks order knowledge, so the agent must not fabricate and should pass gaps to the user. This is valuable context beyond the schema.

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 dense, well-organized sentences: core behavior first, usage routing second, behavioral caveat last. Every clause earns its place; there is no filler or repetition of schema content.

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

Completeness5/5

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

With a full output schema and complete parameter documentation in the schema, the description covers purpose, invocation criteria, algorithm, and gap-handling behavior. An agent has everything needed to select and invoke the tool correctly.

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 both parameters are already fully documented. The description reinforces the query type with examples but adds no new semantics beyond the schema for max_nodes or query format; baseline 3 is appropriate.

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?

States a specific action ('constructs a process scenario'), resource ('related process nodes'), and method ('topologically sorts with enables/requires edges') to return an ordered step flow. It also distinguishes itself from k_snippets by clarifying that simple facts belong there, making sibling differentiation clear.

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

Usage Guidelines5/5

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

Explicitly says when to call: for sequence/scenario requests such as 'construction order from foundation to 3rd floor' and 'temporary works procedure'. It also names the alternative for simple facts (k_snippets), providing a clear routing rule.

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