Skip to main content
Glama

den — Korean AEC knowledge, curated

Define Term (용어 정의)

define
Read-onlyIdempotent

건축·건설 용어 하나의 뜻을 돌려준다 — '이형철근이 뭔가', '방화구획이란', '옹벽과 흙막이의 정의' 같은 'X가 무엇인가' 질문에 호출하라. → 대신 쓸 것: 수치·조문 원문이 필요하면 k_snippets · 종류/체계 열거는 enumerate · 왜 그런지는 answer_why · 두 개념 차이는 compare · 두 개념이 어떻게 이어지는지는 path_between. 이 도구는 정의 한 덩어리만 준다 — 기준값은 주지 않는다. ★파라미터: term 은 용어 하나로 넣는다(질문 문장이나 여러 용어 나열이 아니다). limit 는 동음이의로 갈릴 때 몇 개까지 볼지이고 1~5 로 잘린다(기본 3). as_of 는 YYYY-MM-DD. ★abstained=true 이면 den 이 그 용어의 정의를 갖고 있지 않다는 뜻이다 — 비슷한 말을 지어내지 말고 그대로 전한 뒤 다른 출처로 답한다. exact=false 는 정확한 이름 일치가 아니라는 표시이니 이름이 맞는지 확인하고 쓴다. 읽기 전용 · 외부 호출 없음.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYes정의를 물을 용어 하나 (예: 이형철근).
as_ofNo과거 발주도서·분쟁의 '당시 기준' 질의용. 예: as_of=2020-06-01
limitNo동음이의로 갈릴 때 볼 후보 수 (1~5).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

The description discloses behaviors not inferable from the annotations: the meaning of abstained=true and exact=false output flags, and instructs the agent not to fabricate similar terms and to verify exact-name matches. It also restates read-only and no external calls, complementing the annotations.

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 long but every sentence earns its place: purpose, sibling routing, parameter constraints, and special output semantics. The use of arrows, stars, and line breaks front-loads the most important information and makes the dense content scannable.

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?

For a tool with 12 siblings and two output flags, the description covers the full decision space: when to use, what to expect, how to set parameters, and how to interpret abstained/exact. An output schema exists, so the lack of return-format detail is acceptable. Nothing necessary for correct invocation is missing.

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% and each parameter already has a description, so baseline is 3. The description adds value by clarifying that term must be a single term not a question sentence, that limit is truncated to 1-5 with default 3, and that as_of uses YYYY-MM-DD format—practical constraints beyond the schema.

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 opens with a specific verb+resource: '건축·건설 용어 하나의 뜻을 돌려준다' and provides concrete example queries. It also states what the tool does not return ('기준값은 주지 않는다') and names sibling tools that handle other question types, making its purpose unmistakable.

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 explicitly instructs when to call this tool ('X가 무엇인가' 질문) and lists alternatives for other intents: k_snippets for numeric/rank texts, enumerate for type/enumerations, answer_why for reasons, compare for differences, and path_between for connections. This is an explicit when/when-not/alternatives mapping.

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.