Skip to main content
Glama

kcsc_formula

Retrieve exact formula images from KDS/KCS sections to verify equations without relying on memory. Specify code and section for precise matching.

Instructions

★그 절의 수식을 이미지 그대로 가져온다. 식을 기억으로 채우지 않아도 된다.

code: 기준 코드 (KDS 14 31 10 등) section: 조항번호. 반드시 좁혀서 지정한다 (예: 4.3.2.1.1.4). 한 절에 이미지가 수십 개다. code_type: 코드가 겹칠 때만 지정. max_images: 최대 이미지 수. 0이면 기본 40.

KCSC 원문의 수식·기호는 텍스트가 아니라 GIF 이미지입니다 (alt 도 MathML 도 없음). 이 도구는 그 이미지를 그대로 돌려줍니다 — 본문의 〔그림 N〕번호가 같습니다.

※ 이미지를 읽는 것도 인식이라 첨자를 잘못 볼 수 있습니다. 다만 설계자가 같은 그림을 볼 수 있어 대조가 됩니다. 기억으로 채운 식은 대조할 대상조차 없습니다. 최종판단은 설계자가 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
sectionYes
code_typeNo
max_imagesNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that formulas are GIF images (not text, no alt/MathML), that recognition of subscripts may be faulty, and that the designer performs final cross-checking. It also notes the image numbers match 〔그림 N〕. This is transparent about limitations and output format, though it doesn't state error behavior or auth requirements.

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 front-loaded with the core purpose, followed by parameter explanations and a caveat about recognition errors. It is moderately long but every sentence adds value—no fluff. The structure is logical and scannable, though slightly verbose compared to minimal examples.

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?

Given no output schema and no annotations, the description covers the essential operational details: what it returns (image), how parameters work, the numbering convention, and the recognition risk. It could be more explicit about the exact return structure (e.g., an array of image URLs) but the description is sufficient for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and the description compensates fully. It explains each parameter: code (기준 코드, e.g., KDS 14 31 10), section (조항번호, must be narrowed), code_type (only when codes overlap), and max_images (max count, 0 default 40). This adds meaning far beyond the schema's bare property names.

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 it fetches the section's formula as a 'GIF image' (수식을 이미지 그대로 가져온다), specifying the verb and resource. It distinguishes from text-reading tools by emphasizing the image nature, though it doesn't explicitly name sibling tools. The purpose is unambiguous and easily tells agents when to use it.

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 gives specific usage guidance: 'section: 반드시 좁혀서 지정한다' (must be specified narrowly) and explains params like code_type only when codes overlap, and max_images default. It implies when to use this tool (when exact formula images are needed) but doesn't explicitly state when not to use alternatives or contrast with kcsc_read/search. Still, the context is clear.

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