Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

구매대상물품 조회

get_bid_items
Read-only

Retrieve purchase items (name, quantity, unit price, delivery location) from a Korean public procurement bid notice by bid number and order. Optionally filter by bid kind: goods, services, or foreign goods.

Instructions

입찰공고번호와 공고차수로 구매대상물품(품명·수량·단가·납품장소 등)을 조회한다. 공고에 포함된 물품 내역이 필요할 때 쓴다. 기초금액은 get_bid_basis_amount, 참가자격은 get_bid_eligibility를 쓴다. 구매대상물품은 물품·용역·외자 3구분만 존재하며(공사는 없음), bidKind 지정 시 해당 구분만, 미지정 시 3구분을 병렬 조회한다. 차수(bidNtceOrd)는 get_bid_notice에서 확인해 넘기며, 미지정 시 000으로 조회한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidKindNo업무구분(thng=물품, servc=용역, frgcpt=외자). 공사는 구매대상물품 없음. 미지정 시 3구분 병렬
bidNtceNoYes입찰공고번호 (예: R25BK00932003)
bidNtceOrdNo입찰공고차수(예: 000). 구매대상물품은 차수 단위라 필수. get_bid_notice 결과의 bidNtceOrd에서 확인. 미지정 시 000
Behavior5/5

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

Description matches readOnlyHint (조회) and explains parallel query behavior for bidKind categories and default value for bidNtceOrd. No contradictions with annotations.

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?

Concise, well-structured sentences with main purpose first, then usage guidance, then parameter details. No fluff.

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?

Covers purpose, usage, parameters, and hints at output fields. No output schema, but description mentions typical fields. Lacks details on pagination, limits, or error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All parameters have schema descriptions (100% coverage). The description adds context beyond schema: explains bidKind values and parallel query, and bidNtceOrd default and source.

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 it retrieves bid items (name, quantity, unit price, delivery place) using bid notice number and order. It distinguishes from siblings by naming alternatives for base amount and eligibility.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says when to use ('when you need the list of items in a notice') and provides alternative tools for other purposes. Also specifies parameter behavior for bidKind and bidNtceOrd.

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/opendata-kr/narajangteo-bid-mcp'

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