Skip to main content
Glama

star365 Korea Data

search_data

search_data
Read-onlyIdempotent

Find Korean public-data records by region and topic. Examples: Gangneung libraries, Busan Jung-gu parking, Jeju tourism. A region word is read as an administrative area (abbreviations work); the rest is matched against record content and dataset names. The response echoes exactly how it was read in interpreted. Use it for what-is-where questions. / 지역과 주제로 공공데이터 레코드를 찾습니다. 해석 결과는 interpreted 에 밝힙니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax records (default 20, max 200). / 최대 건수
queryYesWhat to find. Region plus topic works best, e.g. Suwon library. / 찾을 말. 지역 + 주제 형태를 권장합니다.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/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 bar is lower. The description adds genuine behavioral detail: how the query is parsed, that abbreviations work for regions, and that the interpretation is echoed in `interpreted` — non-obvious output behavior. No rate limits or ordering details.

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 purpose, then examples, then parsing semantics, then the routing cue. The bilingual duplication is deliberate for the audience, though it roughly doubles the text without adding new semantics.

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 two-parameter search with no output schema, the description supplies the parsing contract and flags the `interpreted` echo field, which is what an agent most needs to trust results. Missing result ordering, pagination beyond `limit`, and returned-field shape, but the essentials are present.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description exceeds that by explaining the parsing model of `query` — a region word is read as an administrative area (abbreviations accepted) and the remainder is matched against record content and dataset names. `limit` is left to the schema, which documents it adequately.

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?

States a specific verb ('Find') and resource ('Korean public-data records') scoped by region and topic, with concrete examples (Gangneung libraries, Jeju tourism). It is distinguishable from catalog-style siblings, but never names them, so an agent must infer the boundary against search_catalog/list_datasets.

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?

'Use it for what-is-where questions' gives an implied usage context, and the examples hint at region+topic phrasing. However, with nine siblings including search_catalog and list_regions, no explicit when-not or alternative routing is provided.

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