Skip to main content
Glama
gitbosung

open-ALIO-mcp

by gitbosung

search_facilities

Search public facilities managed by Korean public institutions using organization code, region, or keyword. Filter by free, reservable, or facility type. Paginate results for complete access.

Instructions

공공기관이 개방·관리하는 시설을 검색합니다. org_code는 search_institutions 결과의 org_code(instCd)입니다.

query는 시설명·기관명·이용방법·주소를 통합 검색합니다 (예: '회의', '네이버 예약'). reservable_only=True면 예약 가능(rsvtPsbltyYn=Y) 시설만 반환합니다. 결과의 has_more=True면 page를 올려 다음 페이지를 조회하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_codeNo
regionNo
districtNo
facility_type_codeNo
free_onlyNo
reservable_onlyNo
queryNo
pageNo
limitNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the search behavior (unified query across fields), filtering by reservable_only, and pagination response field (has_more). These details add transparency beyond the parameter names, though it does not mention response format or error handling.

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 concise, using bullet points effectively. It front-loads the purpose and provides essential details in a few sentences without unnecessary fluff. Every sentence contributes meaning, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters, no output schema, and no annotations, the description is incomplete. It explains only a subset of filtering options (e.g., missing free_only, facility_type_code, region, district) and does not describe the return structure beyond has_more. The agent lacks critical details to fully leverage the tool's filtering capabilities.

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?

The description covers semantics for 4 out of 9 parameters (org_code, query, reservable_only, page implicitly). Parameters like region, district, facility_type_code, free_only, and limit are not explained. Since schema description coverage is 0%, the description adds value but leaves significant gaps for half the parameters.

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 clearly states the tool searches facilities managed by public institutions, specifies the use of org_code from search_institutions, and explains the query field's unified search across facility name, institution name, usage method, and address. It effectively distinguishes from sibling tools like search_institutions (institutions) and get_facility_profile (single facility).

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 explicit context by explaining that org_code comes from search_institutions, how filtering with reservable_only works, and pagination instructions via 'has_more'. However, it lacks explicit guidance on when not to use this tool versus alternatives like get_facility_profile for specific facilities.

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

Install Server

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/gitbosung/open-ALIO-mcp'

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