Skip to main content
Glama
opendata-kr

@opendata-kr/narajangteo-bid-mcp

Official
by opendata-kr

첨부파일 조회

get_bid_attachments
Read-only

Retrieve download URLs and file names of attachments for a Korean public procurement bid notice. Returns URLs for bid documents, specifications, and RFP files without downloading.

Instructions

입찰공고번호로 그 공고의 첨부파일 파일명·다운로드 URL을 조회한다. 공고 본문 규격첨부(공고문·규격서·제안요청서·과업지시서 등)를 주 소스로, e발주·혁신장터RFP 첨부를 함께 반환한다(results.notice·eorder·innovationRfp). 첨부의 URL만 필요할 때 쓴다. 파일을 내려받아 목록(매니페스트)을 얻으려면 download_attachments를, 특정 파일의 본문 텍스트를 읽으려면 read_attachment를 쓴다. 기초금액·참가자격 등 다른 세부정보는 get_bid_basis_amount·get_bid_eligibility를 쓴다. 파일 자체는 내려받지 않고 URL만 반환한다. 한 호출이 공고 구분 해소(최대 5건)와 첨부 오퍼레이션 2건, 합계 최대 7건의 API 요청을 소모한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bidNtceNoYes입찰공고번호. 이 공고의 첨부파일(공고문·규격서·제안요청서·과업지시서 등)의 파일명·다운로드 URL을 반환한다. 파일 자체는 내려받지 않는다.
Behavior5/5

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

Annotations set readOnlyHint=true and openWorldHint=true. Description confirms no file download ('파일 자체는 내려받지 않고 URL만 반환한다') and discloses API consumption details (up to 7 requests). No contradiction with annotations.

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 yet comprehensive. Main action stated first, followed by alternative tools and constraints, all in a logical flow. Every sentence serves a purpose without redundancy.

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?

Given the lack of output schema, the description adequately explains return values (file names and URLs from multiple sources). Also covers API request limits and scope. Complete for a single-parameter retrieval tool.

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%, baseline 3. Description adds value by explaining the parameter's role and the return structure (results.notice·eorder·innovationRfp), going beyond schema to clarify output format.

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 file names and download URLs for bid announcement attachments, specifying sources ('공고문·규격서·제안요청서·과업지시서 등', 'e발주·혁신장터RFP'). Distinguishes from sibling tools by listing what it does not do (download, read text, other 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: '첨부의 URL만 필요할 때 쓴다' (when only URLs are needed). Provides clear alternatives: download_attachments for downloading files, read_attachment for reading text, and get_bid_basis_amount/get_bid_eligibility for other details.

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