Skip to main content
Glama
ChangooLee

mcp-kr-g2b

by ChangooLee

list_g2b_services

Lists the 14 services provided by the Korea Public Procurement Service (G2B/Nuri) along with their operation overviews, helping users identify which service to call for procurement data.

Instructions

조달청 나라장터/누리장터 MCP가 제공하는 14개 서비스와 각 서비스의 오퍼레이션 개요를 조회합니다. 어떤 서비스/오퍼레이션을 호출할지 결정하기 위한 출발점입니다. 각 서비스는 get__data 도구로 호출하며, 상세 파라미터는 get_g2b_operation_info 로 확인합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_operationsNo각 서비스의 오퍼레이션 목록 포함 여부
Behavior3/5

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

With no annotations, the description must carry the full burden. It says it performs an inquiry ('조회합니다') but does not explicitly state read-only behavior, side effects, or authentication requirements. It lacks details on idempotency or potential caching, but is not misleading.

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 a single, well-structured paragraph with no unnecessary words. It efficiently conveys purpose, usage, and next steps.

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 the tool's simplicity (1 boolean param, no output schema, 16 siblings), the description is fairly complete. It explains the tool's role as a discovery starting point and references sibling tools. Could optionally mention output format or pagination, but current content suffices.

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% with a description for the single parameter 'include_operations'. The tool description adds no additional semantic value beyond the schema, meeting the baseline for high coverage.

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 that the tool lists 14 services and their operation overviews provided by the G2B MCP. It distinguishes itself as the starting point to decide which service to call, and references sibling tools like get_<module>_data and get_g2b_operation_info.

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 states it is the starting point to decide which service/operation to invoke. While it does not explicitly mention when not to use, it implies that after identifying the service, users should call the appropriate get_<module>_data tool or get_g2b_operation_info for details.

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