Skip to main content
Glama

search_material_attr

Query KORAIL material attributes by material number, G2B code, or attribute code. Retrieve specs, material, and dimensions; apply filters and limit results.

Instructions

자재속성정보 조회 (총 34,630건, 로컬 CSV).

자재번호·G2B분류번호·속성코드로 조회. 자재별 속성값(규격·재질·치수 등) 확인. 최소 1개 필터 권장 (미지정 시 앞에서 limit건 반환).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
g2b_codeNo
attr_codeNo
material_noNo
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the total record count (34,630), local CSV source, and the default behavior when no filter is given. This goes beyond a minimal statement, offering useful context for an agent deciding how to call it and how many results to expect.

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 tight and front-loaded: it states the purpose and scale first, then the search keys, the returned content, and the filter recommendation. Every sentence adds value with no fluff or repetition.

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?

For a simple search tool with no output schema and four optional parameters, the description covers the essential aspects: what it does, what data it accesses, how to narrow results, and default behavior. It omits exact output fields, but that is not required given the absence of an output schema, so the description is nearly complete.

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 has 0% description coverage, so the description must compensate. It names the filter parameters (material_no, g2b_code, attr_code) and implies they are optional filters, and explains the limit parameter's default behavior. However, it does not specify parameter format, exact vs. partial matching, or how multiple filters combine, leaving some ambiguity.

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?

Description clearly states it queries material attribute information, specifying search keys (material no, G2B code, attribute code) and the type of data returned (attribute values like spec, material, dimension). It does not explicitly differentiate from sibling material tools (e.g., search_material_group, search_material_equipment), but the resource is unambiguous.

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?

Provides a clear recommendation to use at least one filter and describes behavior when none are specified (returns first limit records). However, it does not mention when to prefer this tool over siblings or any exclusion criteria, so the guidance is limited to this tool's own invocation.

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

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/lovelyquality/korail-mcp'

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