Skip to main content
Glama
Datajang

mcp-narajangteo

get_bids_by_keyword

Search 나라장터 for Korean government procurement notices matching your keywords. Find service projects including consulting, development, and SI, retrieving both bid announcements and preliminary specifications within your timeframe.

Instructions

    Search Korean government procurement notices (나라장터).
    Returns BOTH regular bid notices (입찰공고) AND preliminary specifications (사전규격)
    for service-type (용역) projects including consulting, development, and SI.

    Args:
        keyword: Search keyword for bid title (공고명).
                 Examples: '인공지능', 'AI', '플랫폼', '시스템 구축', etc.
        days: Search window in days from today (default: 7).
              Increase for older bids, e.g. 30, 60, 90.

    Returns:
        Formatted string with bid information
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Since no annotations provided, description carries full burden; it successfully discloses return type (formatted string), scope limitation (service-type/용역 projects only), and dual result types (bid notices + preliminary specifications).

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?

Uses efficient docstring structure (Args/Returns), front-loaded with clear purpose statement, every sentence adds value including Korean translations and specific project examples, appropriate length for complexity.

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 simple 2-parameter schema with output schema available, description adequately covers tool scope, parameter semantics, and return format; mentions important service-type constraint but could note behavior when no bids found.

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 has 0% description coverage, so description provides essential compensation: explains keyword maps to bid title (공고명) with 4 examples, and days is search window from today with default value context.

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?

Clear specific verb (Search) + resource (Korean government procurement notices/나라장터), and explicitly distinguishes from siblings by stating it returns BOTH regular bid notices AND preliminary specifications for service-type projects only.

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

Usage Guidelines4/5

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

Provides concrete examples for keyword parameter ('인공지능', 'AI', etc.) and explicit guidance on days parameter usage (increase for older bids: 30, 60, 90), though lacks explicit comparison to sibling tools analyze_bid_detail and recommend_bids_for_dept.

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/Datajang/mcp-narajangteo'

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