Skip to main content
Glama
yonghwan86

narajangteo-searcher

by yonghwan86

get_bid_opening_result

Retrieve complete bid opening results for a specific procurement notice, including all bidders' rankings, business numbers, names, bid amounts, and bid rates. Get detailed bidder information from the Korean public procurement system.

Instructions

[개찰결과] 특정 공고의 투찰 업체 '전원'(순위·사업자등록번호·업체명·대표자명·투찰금액·투찰률·비고·투찰일시)을 나라장터에서 조회. 마감·개찰 완료된 공고용. bidNo 필수(차수 bidOrd 기본 000). 실패 시 공식 OpenAPI(낙찰예정자)로 자동 폴백.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidNoYes입찰공고번호 (예: 20240516360)
bidOrdNo입찰공고차수 (예: 000). 기본 000
businessNo업무구분 — OpenAPI 폴백 시에만 사용(전체명단 스크래핑엔 불필요)용역
opengDateNo개찰일 'YYYY-MM-DD' — OpenAPI 폴백 시 보조용(선택)
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses that the tool retrieves a specific set of data (ranking, business number, etc.) and that on failure it automatically falls back to the official OpenAPI, which is a valuable behavioral trait. However, it does not cover other aspects like rate limits, authentication, or data freshness.

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 a single, front-loaded sentence that conveys the main purpose and key constraints. It is concise but packs significant information. However, it could be broken into clearer segments for readability.

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 lack of output schema, the description adequately covers what the tool returns (list of companies with specified fields) and includes fallback behavior. It mentions parameter constraints. It is fairly complete for a tool with 4 parameters and no output schema, though it could elaborate on error conditions or fallback triggers.

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 description coverage is 100%, so baseline is 3. The description adds value beyond the schema by stating that bidNo is required and bidOrd defaults to 000, and it clarifies the purpose of the business parameter (only used for OpenAPI fallback). This enhances the meaning for an AI agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves bid opening results for a specific announcement, including detailed company information. It specifies the scope (closed/completed openings) and the source (나라장터). While it distinguishes from siblings implicitly by its specific function, it does not explicitly compare with siblings like get_bid_detail.

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

Usage Guidelines3/5

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

The description gives usage context: it is for announcements that have closed and opened, and mentions that bidNo is required and bidOrd defaults to 000. However, it does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_bid_detail), nor does it mention conditions where it should not be used.

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/yonghwan86/narajangteo-searcher'

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