Skip to main content
Glama

tenders

price_analysis

底價分析:這個案子大概會以多少錢成交。 依歷史「決標/預算比」給三檔出價建議(保守/典型/積極), 比較基準依樣本充足度自動選:相似案(標題關鍵詞比對)>同機關>同細類>同大類>全庫。 適合在使用者問「這案該報多少」「值不值得投」時使用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unit_idYes
job_numberYes

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description supplies the behavioral profile: it computes from historical award/budget ratios, auto-selects a comparison baseline by sample sufficiency with an explicit priority order, and returns three tiers of advice. It doesn't address read-only behavior or auth/rate limits, but for a pure analysis tool those are less material.

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 text is compact and front-loaded with purpose. Every clause contributes: outcome, methodology, baseline priority, and use cases. There is no fluff or repetition.

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?

The description covers what the tool is for, how it works, and when to use it, and names the output form as three bid tiers. However, with no output schema and no parameter explanations, the exact return structure and how to resolve the two ID parameters are left to inference.

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

Parameters2/5

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

Schema description coverage is 0% and the description never explicitly maps unit_id/job_number to their roles. Only indirect context ('這個案子', '同機關') hints that job_number identifies the case and unit_id identifies the agency, which is insufficient given the low 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 opens with a concrete prediction target ('這個案子大概會以多少錢成交') and states the deliverable: three bid-suggestion tiers derived from historical award/budget ratios. This makes it clearly an analysis/inference tool rather than a retrieval or vendor-comparison tool, so it is distinguishable from siblings like search_tenders or compare_vendors.

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?

It explicitly says this is for when the user asks '這案該報多少' or '值不值得投', providing a clear trigger condition. It does not state exclusions or name alternative tools, so it stops short of a 5.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search, entity lookup, tender detail, price analysis, vendor/unit reports, head-to-head comparison, and hot opportunities. Even similar-sounding vendor_report and compare_vendors are unambiguously different in scope.

Naming Consistency3/5

Naming is mixed: some tools use verb_noun (search_tenders, find_entity, get_tender, compare_vendors) while others use noun_noun or adjective_noun (unit_report, vendor_report, price_analysis, hot_opportunities). The style is readable and snake_case is consistent, but there is no single predictable pattern across the set.

Tool Count5/5

Eight tools is a well-scoped size for a government tenders intelligence server. Each tool covers a meaningful workflow area without redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only intelligence workflow: searching tenders, resolving entities, retrieving a tender's complete lifecycle, analyzing pricing, surfacing opportunities, and generating counterparty/unit/vendor reports. No obvious dead ends or major missing operations for the stated domain.

Resources