Skip to main content
Glama

design_sheet

Creates a blank Excel template for structural section review, listing input cells, review stages, and code clauses, while leaving values and calculations to the designer.

Instructions

빈 단면검토 엑셀을 만들고 파일 경로를 낸다.

member·shape·method: design_flow 와 같다. 설계법이 애매하면 되묻는다. out_path: 저장 위치. 비우면 ~/.kcsc-mcp/sheets/ 에 만든다.

★만드는 것은 빈 템플릿입니다 — 입력 셀·검토 단계·근거 조항·"식이 있는 원문 위치"까지. 계산식과 값은 넣지 않습니다. 수식은 원문이 이미지이고, 넣는 순간 이 도구가 구조계산을 대행하는 것이 됩니다. 값·계산·판정은 설계자가 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shapeNo
domainNo
memberYes
methodNo
out_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It openly discloses that it creates an empty template (no formulas/values), explains the default output path, and notes that it will ask for clarification when the method is ambiguous. This directly addresses the most important behavioral trait (non-calculation) and file side effects, which is more than typical.

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: it leads with the main purpose, then explains parameters, and finally emphasizes the critical non-calculation behavior. It is longer than average but every sentence contributes essential information, especially the caveat about not inserting formulas. No redundant statements.

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

Completeness3/5

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

For a tool with no annotations and 0% schema parameter descriptions, the description covers the core purpose, gives parameter hints, and highlights the critical boundary (no calculations). However, it relies on a sibling reference for some parameters and does not explain domain at all. Given the output schema exists but is not described, the tool is reasonably complete but leaves gaps that the agent must infer or look up elsewhere.

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 0%, so the description must compensate. It explains out_path (including default) and says member, shape, and method share semantics with design_flow, but it does not define domain. The reference to design_flow is indirect; an agent would need to inspect that tool's documentation to fully understand those parameters. This is partial coverage for a 5-parameter tool.

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 that the tool creates an empty section-review Excel template and returns a file path. It specifies the resource and verb and immediately distinguishes itself from calculation tools by stating it does not include formulas or values. Since it references design_flow for parameter semantics but does not explicitly name a differing sibling for the core purpose, it is clear but not maximally differentiated.

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?

There is some usage guidance: it says if the design method is ambiguous, the tool will ask, and it clarifies that calculations are left to the designer, implying this tool is for template creation. However, it does not explicitly state when to use this tool instead of other design_* tools, such as design_flow or design_template, beyond the implicit distinction that this produces a blank sheet.

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