Skip to main content
Glama
ChangooLee

mcp-kr-g2b

by ChangooLee

get_g2b_cache_data

Query cached procurement data with field filtering and pagination for detailed exploration of earlier search results.

Instructions

get__data 호출로 저장된 캐시 파일(cache_file)에서 전체 결과를 필드 필터/페이지 단위로 조회합니다. 대량 조회 결과를 미리보기 이후 상세 탐색할 때 사용합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cache_fileYesget_<module>_data 가 반환한 cache_file 경로
field_nameNo필터링할 응답 필드명
field_value_substringNo필드 값에 포함될 부분 문자열
offsetNo시작 인덱스(0부터)
limitNo반환 최대 건수
Behavior3/5

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

No annotations provided. Description indicates read-only operation on cache file. Does not disclose error handling, authentication needs, or rate limits, but for a simple query tool it's minimally adequate.

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 concise sentences. Front-loaded with main action and usage context. No extraneous information.

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 5 parameters and no output schema/annotations, description provides adequate purpose and usage context. Missing details on return format or errors, but overall sufficient for a query tool.

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 coverage is 100% with parameter descriptions. Tool description adds context by mentioning 'field filter/page unit', reinforcing parameter roles. Adds value beyond schema but does not extensively elaborate.

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 clearly states the tool queries cached files from get_<module>_data calls with field filters and pagination. It distinguishes from sibling get_*_data tools which generate the cache.

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?

Explicitly says 'used for detailed exploration after previewing large query results', providing clear context. Lacks explicit when-not-to-use or alternatives, but sibling relationship implies correct usage.

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/ChangooLee/mcp-kr-g2b'

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