Skip to main content
Glama
KimJintak

opinet-mcp

by KimJintak

최저가 주유소 TOP20

get_lowest_price_top20

:

Instructions

전국 또는 특정 지역의 최저가 주유소를 조회합니다 (최대 20곳). 결과에는 주유소ID, 상호, 주소, 가격, KATEC 좌표가 포함됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prodcdYes제품코드 (필수)
areaNo지역코드. 미입력=전국, 2자리=시도, 4자리=시군. 예: 01=서울, 0101=서울 종로구
cntNo결과 건수 (1~20, 기본값 10)
Behavior4/5

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

No annotations provided, so description carries full disclosure burden. It successfully documents return fields (주유소ID, 상호, 주소, 가격, KATEC 좌표) which substitutes for missing output schema. However, lacks details on sort order (presumably by ascending price), rate limits, or error handling when no stations exist.

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?

Two efficiently structured sentences with zero waste. First sentence front-loads core action and scope; second sentence specifies return payload. Every word earns its place.

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?

Given 100% input schema coverage and lack of output schema, the description appropriately compensates by listing return fields. Complete for a list-query tool, though mentioning that results are sorted by price ascending would provide final completeness given the 'lowest' claim.

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% (all 3 parameters have descriptions). Per rubric, baseline is 3. Description mentions '최대 20곳' and regional scoping which maps to cnt/area parameters, but does not add semantic value (e.g., fuel type meanings for prodcd codes) beyond what schema provides.

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 specific verb '조회합니다' (queries/retrieves) with clear resource '최저가 주유소' (lowest-price gas stations). The scope '최대 20곳' (max 20) and geographic flexibility '전국 또는 특정 지역' (nationwide or specific region) effectively distinguishes this from siblings like get_national_average_price and get_sido_average_price.

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?

Provides implicit usage guidance through scope description (nationwide vs. regional, top 20 results), but lacks explicit when-to-use guidance compared to alternatives (e.g., 'use this to find cheapest stations, use get_station_detail for specific station info'). No prerequisites or exclusion criteria mentioned.

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/KimJintak/opinet-mcp'

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