Skip to main content
Glama
isnow890

Data4Library MCP Server

by isnow890

search_nearby_libraries

Find nearby libraries by providing your latitude and longitude, with results sorted by distance to help you locate the closest options.

Instructions

사용자의 위치를 기반으로 가까운 도서관들을 거리순으로 검색합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo반환할 도서관 개수 (기본값: 15, 최대: 100)
latitudeYes사용자의 위도 (-90 ~ 90)
longitudeYes사용자의 경도 (-180 ~ 180)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.7

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavior burden itself. It does disclose that this is a search operation sorted by distance, which implies read-only, but it doesn't mention coordinate validation, output shape, or error behavior.

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?

One compact Korean sentence conveys the resource, basis, and ordering with no filler. All information is front-loaded and every clause earns its place.

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

Completeness3/5

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

For a simple search tool the description is adequate, but there is no output schema and no description of what a returned library record contains or how count is applied beyond the schema. The absence of annotations and output details leaves minor but real gaps.

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 coverage is 100%, so the baseline is 3. The description adds only the distance-ordering context and doesn't add parameter-specific meaning beyond the schema's own descriptions.

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 uses a specific verb ('search') with a clear resource ('nearby libraries') and defines the operation's basis (user's location) and ordering (distance). This distinguishes it from sibling search tools like search_libraries, which don't mention location-based distance sorting.

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 clearly implies when to use it: when a user has latitude/longitude and needs nearby libraries sorted by distance. It doesn't explicitly name alternatives or exclusions, so it loses one point, but the context is unambiguous.

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