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 rate from a bid notice number to compute estimated prices for Korean public procurement.

Instructions

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

Input Schema

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

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

Adds context beyond annotations: explains that only three bid kinds exist for this tool and that unspecified bidKind results in 3 parallel API requests. Annotations already indicate read-only and open-world, so description complements them well.

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, front-loaded with the primary action, no redundant information. Every sentence contributes unique value, making it concise 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?

The description fully covers the tool's behavior for a simple two-parameter tool: explains the effect of bidKind on query count, clarifies data scope, and directs to sibling tools. No output schema exists, but the return values (amounts and rates) are implied.

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?

Adds significant meaning beyond the 100% schema coverage: clarifies that bidKind only covers three categories (no foreign/other), and explains the difference in API request count when specified vs. unspecified. This is valuable operational context not in 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 it retrieves base amount, evaluation standard amount, and preliminary price range rate by bid notice number. It also distinguishes from siblings by naming get_bid_evaluation and get_bid_eligibility for other 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 says when to use ('when base values for budget estimation are needed') and provides alternative tools for related tasks (get_bid_evaluation, get_bid_eligibility). Also explains behavior for specified vs. unspecified bidKind.

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