Skip to main content
Glama

design_stamp

Stamp a design tree with confirmation date and current referenced standard versions, so later validation detects if standards were revised after confirmation.

Instructions

확정 트리에 확정 시점 기록(검증일·검증기준)을 박는다.

path: 트리 파일 경로. (또는) all_confirmed: True 면 사용자 폴더의 검증: 설계자확정 트리 전부에 박는다(기록 없는 것만). date: 확정한 날(YYYY-MM-DD). 비우면 오늘.

검증기준 은 트리가 인용하는 기준마다 지금 API 가 주는 판({코드: 버전})이다. 이후 design_validate 가 지금 판과 대조해 기준이 개정되면 "구판으로 확정된 트리" 라고 잡아낸다. 확정 자체가 자동으로 유효하지 않게 되는 것을 놓치지 않기 위한 기록이다.

★기록을 박는 것은 기계지만, 개정된 기준을 다시 확인하는 것은 설계자다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
pathNo
all_confirmedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden and largely succeeds: it discloses the side effect (stamping records), the guardrail (only stamps trees lacking records), date defaulting to today, and that the verification criteria snapshot comes from the current API. It also honestly states that rechecking revised standards is left to the designer, not the machine. Missing details like permissions or reversibility, but strong for a non-destructive stamp tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with line breaks and bold emphasis, placing the core purpose first and then parameter details. It's concise enough for the complexity, though there is slight redundancy in restating the purpose across the last paragraph (the 'why' is explained twice). Overall efficient.

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?

An output schema exists, so return values need no description. The main operational nuances (only stamp records absent, criteria snapshot semantics, interaction with design_validate) are addressed. Minor gaps remain: unspecified error handling or behavior when both path and all_confirmed are supplied, but acceptable for low complexity.

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 description coverage is 0%, so the description must compensate, and it does: path, all_confirmed, and date are each explained with default behavior. It also clarifies what the stamped verification criteria means (API-provided version per cited standard). Some ambiguity remains about path format or precedence when both path and all_confirmed are given, but the core semantics are covered.

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 the tool stamps confirmation-time records (검증일·검증기준) into a confirmed tree, and explains the two modes (path vs all_confirmed). It references design_validate to signal relationship, but does not explicitly name what distinguishes it from all siblings, so not a 5.

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

Usage Guidelines3/5

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

It provides parameter-driven usage (all_confirmed=True applies to all confirmed trees without records), and explains that the records are later consumed by design_validate. However, it never states explicitly when to use this tool versus alternatives, nor gives a 'do not use when' condition; usage is implied rather than stated.

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

Install Server

Other Tools

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/lhs1152-lgtm/kcsc-design-mcp'

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