Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

구매대상물품 조회

get_bid_items
Read-only

Retrieve procurement items including product names, quantities, unit prices, and delivery locations from Korean public procurement bid notices using the notice number and optional order number.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidKindNo업무구분(thng=물품, servc=용역, frgcpt=외자). 공사는 구매대상물품 없음. 미지정 시 3구분 병렬 조회로 API 요청 3건 소모(지정 시 1건)
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 adds significant behavioral context beyond readOnlyHint and openWorldHint annotations: explains multiple API requests based on bidKind, default for bidNtceOrd, and absence of construction category. 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?

Description is concise (4 sentences) and well-structured: first sentence states purpose, second gives usage context, third mentions sibling tools, fourth provides behavioral details. No redundant information.

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

Completeness5/5

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

Despite no output schema, the description adequately covers tool behavior: parameter roles, defaults, parallel request behavior, and relationship to other tools. All relevant aspects for correct invocation are addressed.

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?

Schema coverage is 100%, but description enriches parameters with practical details: enum meanings (thng=물품, servc=용역, frgcpt=외자), request count implications, example for bidNtceNo, and dependency on get_bid_notice for bidNtceOrd.

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 verb '조회한다' (query) and resource '구매대상물품' (bid items), specifies key parameters (입찰공고번호와 공고차수), and distinguishes from siblings by naming alternative tools for related purposes.

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 states when to use ('공고에 포함된 물품 내역이 필요할 때'), provides alternative tools for other needs (get_bid_basis_amount, get_bid_eligibility), and explains conditional behavior for bidKind (single vs parallel requests) and bidNtceOrd (default 000 if unspecified).

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