Skip to main content
Glama

compare

Contrast two construction methods or concepts by producing A/B step sequences, shared steps, and coverage gaps, honestly flagging where knowledge is insufficient.

Instructions

두 공법·개념의 차이를 대조한다 — 'RC 구조 vs 조적조 시공순서 차이', '스틱 vs 유닛 커튼월' 같은 비교/차이 요청에 호출하라(단일 순서는 scenario). 각각을 결정론 구성해 A/B 시퀀스, A에만/B에만 있는 단계, 공유 단계, contrasts 엣지를 반환한다. LLM 없음. a_coverage/b_coverage가 낮으면 그쪽 지식이 얇다는 정직한 신호 — 지어내지 말고 gaps 그대로 전하라.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYes첫째 공법/개념 (예: RC 골조 시공). 'A vs B'를 a에 한 번에 줘도 됨.
bNo둘째 공법/개념 (예: 철골 시공). a에 vs가 있으면 생략 가능.

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?

With no annotations, the description carries full behavioral burden and does so strongly: it states the operation is deterministic, that no LLM is involved, what the result will contain, and that low a_coverage/b_coverage signals thin knowledge and must be reported honestly rather than fabricated.

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?

Every sentence earns its place: purpose, invocation condition, return structure, determinism, and honesty policy. The most decision-relevant information is front-loaded before the examples, and there is no filler.

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?

The tool has a rich output schema, so return values need not be fully re-specified; the description still summarizes them. It also covers when to use it, when not to, input flexibility, determinism, and how to handle low coverage—leaving no practical gap for an agent selecting or invoking this tool.

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% and the schema already documents a ('A vs B' can be passed at once) and b (optional when a contains vs). The description adds contextual examples but does not materially deepen parameter semantics beyond the schema, so baseline 3 applies.

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 ('대조한다' – contrasts) and a specific resource ('두 공법·개념의 차이'), and distinguishes itself from scenario by explicitly assigning single sequence to scenario. Concrete examples make the matching intent unambiguous.

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?

It gives explicit call conditions ('비교/차이 요청에 호출하라') and an explicit exclusion ('단일 순서는 scenario'), naming the sibling tool that should be used instead. The examples make positive matching easy.

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