Skip to main content
Glama

den — Korean AEC knowledge, curated

review_plan

평면도·배치도를 건축 법규 관점에서 검토한다 — 채광·환기·피난·면적 요건 위반을 짚는다. 사용자가 도면을 공유하거나 공간 구성 검토를 요청하면 이 도구를 쓴다. 이미지가 아니라 도면에서 읽어낸 구조를 넣는다: 방(용도·외부창 유무)·인접·개구부·동선. 위반(violation) 항목은 답변에서 빼지 않는다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomsYesParsed rooms with id, use, ext_windows, optional area/floor/access/shape.
openingsNoOpenings, including exterior windows and doors, as parsed objects or pairs.
adjacencyNoRoom adjacency pairs such as [[a,b]] or objects with from/to.
site_scopeNoOptional site scope such as climate/culture/epoch/tech_level.
circulationNoCirculation edges or ordered paths, e.g. [[from,to]] or [a,b,c].
jurisdictionNoOptional jurisdiction key such as KR-서울 for NormClause lookup.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/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 disclosure burden. It explains that the tool reviews from a building-code perspective, points out violations, and guarantees that violation items are not omitted from the answer. It also clarifies that input must be parsed structural data, not an image, which is key behavioral context.

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?

Four short, front-loaded sentences each earn their place: purpose, trigger condition, input format, and output guarantee. There is no redundancy or filler, and the key perspective 'building-code review' appears immediately.

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?

Given that an output schema exists and the input schema already documents all six parameters, the description provides everything needed for selection and invocation: when to use it, what to feed it, and what behavior to expect. Optional parameters like jurisdiction and site_scope are covered by the schema, so no additional description burden is required.

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, but the description adds meaning beyond the schema by explaining that inputs should be the structure read from the drawing—rooms with use and external-window presence, adjacency, openings, and circulation. This helps the agent construct valid parameter values instead of passing a raw image.

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 and resource: reviewing floor plans and layouts from a building-code perspective and flagging violations of daylight, ventilation, egress, and area requirements. This clearly distinguishes it from sibling tools like compare, path_between, or scenario, which serve different analytical purposes.

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 explicitly says to use this tool when the user shares drawings or requests spatial-composition review. It does not name alternative tools or give when-not-to-use exclusions, but the trigger conditions are clear enough for an agent to select it appropriately.

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/5.0
Disambiguation2/5

Several tools operate on the same underlying graph and can be confused: scenario and traverse both answer construction-order questions with overlapping examples, while answer_why, path_between, and evidence_for all deal with causal/conceptual connections. The descriptions are detailed and try to fence off compare, enumerate, and scenario, but the process/path cluster still has unclear boundaries.

Naming Consistency3/5

Tool names are readable and consistently lowercase snake_case, but the grammatical pattern varies widely: verb-only (compare, traverse), noun-only (scenario, feedback), verb_noun (review_plan), and compound noun/preposition forms (evidence_for, site_context, answer_why). It is mixed but not chaotic, so an agent can still infer each tool's role from its name.

Tool Count4/5

Twelve tools is a reasonable size for a broad curated AEC knowledge server and fits the ideal 3-15 range. The count is slightly inflated by overlapping process/path tools (scenario/traverse) and niche additions (emotional_palette, feedback), but it is not excessive.

Completeness4/5

The surface covers a wide range of reasoning types: causal explanation, comparison, classification, code retrieval, plan review, path traversal, sequence construction, site context, and evidence verification. The main gap is the lack of a direct generic 'what is X / define a concept' tool, which may require chaining multiple tools to get a simple definition.