Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

기초금액 조회

get_bid_basis_amount
Read-only

Retrieve base amount, evaluation base amount, and preliminary price range ratio for a Korean public procurement bid notice by its number. Essential for calculating estimated prices.

Instructions

입찰공고번호로 기초금액·평가기준금액·예비가격범위율을 조회한다. 예정가격 산정의 기준값이 필요할 때 쓴다. 산식A 합산항목·평가주력분야는 get_bid_evaluation, 참가자격은 get_bid_eligibility를 쓴다. 기초금액은 물품·공사·용역 3구분만 존재하며(외자·기타 없음), bidKind 지정 시 해당 구분만, 미지정 시 3구분을 병렬 조회한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidKindNo업무구분(thng=물품, cnstwk=공사, servc=용역). 기초금액은 이 3구분만 존재. 미지정 시 3구분 병렬
bidNtceNoYes입찰공고번호 (예: R25BK00932003)
Behavior5/5

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

Discloses that basis amounts exist only for the three categories (goods, construction, service), not for foreign or others. Explains parallel query behavior when bidKind is unspecified. Annotations (readOnlyHint, openWorldHint) are consistent and description adds value beyond them.

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?

Three sentences, no wasted words. First sentence states the main purpose immediately. Second gives usage context, third explains constraints and behavior. Efficient and well-structured.

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?

For a simple retrieval tool with 2 parameters (1 required) and no output schema, the description covers purpose, usage context, constraints, and behavioral nuance. Combined with annotations, it provides complete guidance for correct invocation.

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% with existing descriptions, but the tool description adds context: explains enum values (thng=goods, cnstwk=construction, servc=service) and the parallel logic for unspecified bidKind. This provides meaning beyond the schema.

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 action (retrieve basis amount, evaluation standard amount, preliminary price range rate) and the resource (by bid notice number). It distinguishes from siblings by explicitly naming get_bid_evaluation and get_bid_eligibility for related but separate tasks.

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: 'when you need the reference value for estimated price calculation.' Provides clear alternatives for other needs (get_bid_evaluation, get_bid_eligibility) and explains behavior when bidKind is specified or omitted.

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