Skip to main content
Glama
youjin8812-hub

seoul-opendata-mcp

refine_seoul_recommendations

Re-filter and reorder existing Seoul open data recommendations by provider, realtime preference, or API-only, avoiding a new search to save tokens and API calls.

Instructions

이전 추천 결과를 재검색 없이 조건에 맞게 재필터링/재정렬합니다. 토큰과 API 호출을 절약합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiOnlyNoAPI형만 남깁니다
previousResultsYesrecommend_seoul_apis_for_idea가 반환한 recommendations 배열
providerIncludesNo특정 제공기관 이름 포함 필터 (예: '서울교통공사')
realtimePreferredNo실시간 데이터를 앞으로 정렬합니다

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden and it states the core behavior: it operates only on the previous results and does not perform a new search, saving tokens and API calls. It could add more about output form or how filters combine, but the main non-side-effect behavior is disclosed.

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?

Single concise sentence front-loads the action and includes the main benefit. There is no redundant text or repetition of schema fields.

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 straightforward refinement tool with fully documented parameters, the description plus schema is sufficient for an agent to call it. It does not describe the output structure, but the output is implied to be the same shape as the input recommendations; with no output schema, a slightly more explicit return note would push this to 5.

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 baseline is 3. The description adds only the generic notion of filtering/sorting by conditions; individual parameter meanings are left to the schema. No additional semantics or examples are given in the description.

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?

Description uses a specific verb, re-filter/re-order, and a clear resource, previous recommendation results, and explicitly states it does not re-search. This differentiates it from sibling tools like recommend_seoul_apis_for_idea and search_seoul_datasets.

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 conveys the context for use, i.e., after a recommendation has been made, to narrow/re-sort without incurring a new search or API call. It does not explicitly name alternatives or exclusion conditions, but '재검색 없이' makes the when-to-use scenario clear.

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

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/youjin8812-hub/seoul-opendata-mcp'

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