Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

입찰공고 검색

search_bid_notices
Read-only

Search Korean public procurement bid notices by keyword, date, agency, region, industry, or estimated price. Retrieve matching tender announcements from the national procurement system.

Instructions

나라장터 입찰공고를 키워드·기간·기관·지역·업종·추정가격으로 검색한다. 조건에 맞는 공고 목록을 찾을 때 쓴다. 공고번호를 이미 아는 단건 상세는 get_bid_notice를 쓴다. 업무구분 미지정 시 기타(etc) 제외 4구분(공사/용역/물품/외자)을 병렬 검색하며(API 요청 4건 소모, 구분을 알면 bidKind 지정), 기타공고 조회는 bidKind에 etc를 명시한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo페이지 번호(기본 1)
regionNo참가제한지역명(prtcptLmtRgnNm)
bidKindNo업무구분 배열(cnstwk=공사, servc=용역, thng=물품, frgcpt=외자, etc=기타). 미지정 시 기타 제외 4구분 병렬 검색으로 API 요청 4건을 소모한다. 업무구분을 알면 지정해 인증키 일일 트래픽을 아낀다
endDateNo공고게시 종료일 YYYYMMDD
keywordNo공고명 부분 검색(bidNtceNm)
industryNo업종명(indstrytyNm)
maxPriceNo추정가격 상한(원, presmptPrceEnd)
minPriceNo추정가격 하한(원, presmptPrceBgn)
pageSizeNo페이지당 건수(기본 10)
startDateNo공고게시 시작일 YYYYMMDD. 미지정 시 최근 30일 자동 적용
institutionNo공고기관명(ntceInsttNm). 수요기관은 demandInstitution 사용
demandInstitutionNo수요기관명(dminsttNm)
Behavior5/5

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

Annotations indicate readOnlyHint=true and openWorldHint=true (read-only, no side effects). The description adds important behavioral context: when bidKind is unspecified, it performs parallel searches for 4 types (excluding etc) consuming 4 API requests. This is beyond annotations and helps the agent understand resource usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is mostly concise and front-loads the purpose. However, the second sentence ('조건에 맞는 공고 목록을 찾을 때 쓴다') is somewhat redundant with the first sentence. Minor improvement possible.

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 12 parameters, no required params, and no output schema, the description adequately covers the search criteria and distinguishes from siblings. It mentions the parallel search behavior but does not describe pagination or output format. Still fairly complete for its complexity.

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%, so baseline is 3. The description adds value by explaining the parallel search behavior for bidKind and traffic implications, which is not in the schema. This extra information merits a 4.

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 the tool searches bid notices by various criteria (keyword, period, institution, region, industry, estimated price). It also distinguishes from sibling get_bid_notice by specifying that the sibling is for retrieving a single known bid notice.

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 this tool (when searching for bid notices by conditions) and when to use the alternative (get_bid_notice for known bid numbers). Also provides guidance on bidKind specification to save API traffic.

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