Skip to main content
Glama

star365 Korea Data

benefits_match

benefits_match
Read-onlyIdempotent

Find Korean government benefit programmes a person may be eligible for. Filters all 10,956 original records of the Ministry of the Interior and Safety Bojogeum24 registry by age, income bracket, household type and personal traits. A programme that does not state a condition is treated as UNRESTRICTED, not as excluded — so the fewer conditions you give, the more results you get. WARNING: the final entitlement decision belongs to the administering agency. This is a candidate list. / 보조금24 원본 10,956건에서 자격 조건으로 걸러 줍니다. 최종 수급 여부는 소관 기관이 정합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNoAge in years. Omit to apply no age condition. / 나이(만). 생략하면 조건을 걸지 않습니다
limitNoMax records (default 20). / 최대 건수(기본 20)
genderNoGender (optional). / 성별. 생략 가능
incomeNoHousehold median-income bracket. OMIT it if you do not know — guessing drops programmes that would have matched. / 모르면 생략하십시오. 찍으면 맞는 제도가 빠집니다
offsetNoHow many to skip (pagination). / 건너뛸 건수(페이지네이션)
traitsNoPersonal traits (multiple allowed): life stage, occupation, school level, health. / 대상 특성(복수 가능)
householdNoHousehold types (multiple allowed). / 가구 유형(복수 가능)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive, closed-world), so the description's added value is the matching semantics — missing conditions are UNRESTRICTED rather than excluded — plus the explicit caveat that results are candidates and final entitlement rests with the administering agency. It does not describe pagination behaviour or the shape/size of a result set beyond 'candidate list'.

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?

Front-loaded with the core purpose before the filtering detail and the warning, and no sentence is wasted. The trailing Korean sentence restates the same two points already made in English, which is mildly redundant but serves a bilingual audience.

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?

With 7 optional parameters, no output schema and no required inputs, the description covers the crucial behavioural facts (open-ended condition matching, non-authoritative results) that an agent needs before calling. It stops short of describing what a returned record contains, which is a minor gap given the absence of an output schema.

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 100%, so the schema already documents each parameter, including how to omit age and income. The description reinforces the omit-to-broaden rule and characterises traits as life stage/occupation/school/health, but adds little syntax or meaning beyond the schema, so the baseline 3 applies.

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?

States a specific verb ('Find') and resource ('Korean government benefit programmes') with an explicit scope: filtering the 10,956-record Bojogeum24 registry by age, income, household and traits. It is clearly distinguishable from siblings like benefits_detail (single record) and benefits_codebook (enum reference).

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 real usage guidance: omit conditions you are unsure about, because unstated conditions are treated as UNRESTRICTED and guessing drops matches ('the fewer conditions you give, the more results you get'). However it never names an alternative tool or states when a sibling such as benefits_detail should be used instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources