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, institution, region, industry, or estimated price to find matching announcements.

Instructions

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

Input Schema

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

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

Annotations already declare readOnly and openWorld hints. Description adds valuable default behaviors: when bidKind is unspecified, it searches four categories excluding 'etc'; startDate defaults to last 30 days if not provided. No contradictions.

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 (two main sentences) and front-loaded with the core function. Every sentence provides essential information without redundancy.

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 (none required) and no output schema, the description covers main use case and default behaviors. Missing details on pagination and response format, but still sufficient for a search tool with good annotations.

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 description doesn't need to detail each parameter. But it adds meaning by explaining the default bidKind search behavior (excludes etc) and the automatic date range, which go beyond schema descriptions.

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

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: to find a list of notices matching conditions. Provides alternative: use get_bid_notice when notice number is known. Also explains default behavior for bidKind and how to include 'etc'.

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