Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

면허제한·참가가능지역 조회

get_bid_eligibility
Read-only

Determine if a bid is eligible by reviewing license restrictions and participation areas for a Korean public procurement notice.

Instructions

입찰공고번호와 공고차수로 면허제한과 참가가능지역을 조회한다. 투찰 가능 여부(면허·지역 조건)를 확인할 때 쓴다. 기초금액은 get_bid_basis_amount, 변경이력은 get_bid_change_history를 쓴다. 면허제한·참가가능지역은 공고차수(bidNtceOrd) 단위로 갈리므로 get_bid_notice 결과의 bidNtceOrd를 넘겨야 정확하며, 미지정 시 000(최초 차수)으로 조회한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidNtceNoYes입찰공고번호 (예: R25BK00932003)
bidNtceOrdNo입찰공고차수(예: 000). 면허제한·참가가능지역은 차수 단위라 필수. 차수는 get_bid_notice 결과의 bidNtceOrd에서 확인. 미지정 시 000
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe read operation. The description adds context about the return focusing on license/region conditions per notice order but does not elaborate on specific output structure. With annotations covering safety, a moderate score is appropriate.

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 with no redundancy. First sentence states purpose, second gives usage context, third explains parameter importance. Every sentence earns its place.

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 tool's simplicity (two parameters, read-only, no nested objects), the description covers purpose, usage, and parameter nuance. While it does not describe the return format, annotations (openWorldHint) imply variability. Overall, it provides sufficient context for correct selection and invocation.

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% for both parameters. The description adds value beyond schema by explaining that bidNtceOrd is critical because license restrictions vary by order, that it should be sourced from get_bid_notice, and defaults to 000 if omitted. This provides operational guidance not present 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?

The description clearly states the verb '조회한다' (queries) and the resource '면허제한·참가가능지역' (license restrictions and participation areas), and distinguishes itself from sibling tools by naming specific alternatives (get_bid_basis_amount, get_bid_change_history) for related but different 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: '투찰 가능 여부(면허·지역 조건)를 확인할 때 쓴다' (use when checking bid possibility for license/region conditions). Also provides explicit alternatives and explains the need for bidNtceOrd from get_bid_notice, including default behavior.

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