Skip to main content
Glama

get_social_volunteer_fields

Retrieve KORAIL social volunteer field codes, names, and descriptions, with optional keyword filtering for areas like blood donation, environment, or welfare.

Instructions

사회공헌 봉사 분야 코드 조회 (7건).

봉사분야 구분코드, 분야명, 분야설명을 제공한다. 내일하우스·해피트레인·복지단체·환경봉사·헌혈 등.

keyword: 분야명 부분일치 필터 (예: "헌혈", "환경", "해피")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.6/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 discloses that exactly 7 records are returned, what fields are included, and how keyword filtering behaves. It does not mention auth, empty-keyword behavior, or side effects, but for a simple code lookup these are minor gaps.

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 compact and well-structured: purpose/count, output fields with examples, then parameter behavior. Every line adds value, and the main purpose is front-loaded.

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?

For a simple optional-keyword code list with an output schema and a default value in the input schema, the description covers both invocation and result content adequately. Nothing material is missing for an agent to call 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 description coverage is 0%, so the description must fully compensate. It clearly defines keyword as a 분야명 partial-match filter and provides concrete examples (헌혈, 환경, 해피), which is sufficient for the single optional parameter.

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 opens with a clear statement that this tool retrieves social contribution volunteer field codes and lists the exact returned fields (구분코드, 분야명, 분야설명). It also gives domain examples, making it easy to distinguish from sibling tools like get_social_volunteer_matching.

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?

The description provides concrete usage guidance for the keyword parameter, explaining that it performs a partial match on 필드명 with examples. However, it does not explicitly name sibling alternatives or state when not to use this tool, so the routing guidance is implicit rather than explicit.

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