Skip to main content
Glama

나라장터 입찰 MCP

watch_bids

입찰 알림 조건을 관리한다. add로 조건+이메일 저장, list로 조건 확인, remove로 삭제, matches로 최근 매칭 공고 조회. 저장된 조건은 매일 08:00 KST에 신규 공고와 매칭해 이메일로 보낸다. Pro 전용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoadd 시 알림 받을 이메일
labelNo조건 별칭
actionYes수행할 작업
regionNo
keywordNo
categoryNo
watch_idNoremove 시 대상 watch_id
max_priceNo
min_priceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It explicitly reveals the scheduled daily 08:00 KST matching and email sending, plus the Pro-only restriction. It also indicates that remove deletes and add persists, giving useful non-obvious context beyond the raw schema.

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?

The description is a single dense sentence that front-loads the core purpose, then lists actions, and ends with the key behavioral note and Pro restriction. Every clause adds information; there is no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 9-parameter multi-action tool with no annotations and no output schema, the description covers the action taxonomy and unique scheduling behavior, but omits parameter-level requirements per action and return expectations for list/matches. This is sufficient for a basic understanding but not complete for correct invocation of all actions, especially 'add' and 'matches'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 44%, so the description must compensate. It adds some semantic grouping: 'add로 조건+이메일 저장' connects email and condition parameters to the add action, and 'remove로 삭제' implies watch_id use. However, it does not explain the meaning or combination of keyword, region, category, min_price, or max_price, nor how 'matches' relates to parameters, leaving significant gaps given the low schema coverage.

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 states a clear verb and resource: 'manages bid notification conditions' and enumerates the four actions (add, list, remove, matches) with brief effects. This clearly differentiates watch_bids from sibling tools like search_bids or get_bid_detail, which are about searching and retrieving bid data rather than managing alert conditions.

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

Usage Guidelines3/5

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

The description implies when to use the tool: when the user needs to set up or manage bid notifications, with the daily email matching behavior noted. However, it does not explicitly contrast with alternatives such as search_bids for one-off searches, nor does it state when not to use this tool. The guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.