Skip to main content
Glama

台灣 AI 工具價格

get_ai_api_pricing

查詢 AI API 官方價格(文字模型每百萬 tokens、繪圖每張、影片每秒、語音),並換算新台幣。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNo
categoryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It adds useful context beyond a bare query by disclosing the unit basis of the prices and the TWD currency conversion, which is non-obvious. However, it omits data freshness/source reliability, whether rates are cached, and permission requirements — meaningful gaps for an unannotated tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with no padding; the core action is front-loaded and the parenthetical detail is compact. Efficient and readable, though the enumeration makes it slightly dense.

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?

With zero required parameters, no output schema, and no annotations, the description should explain the no-filter default behavior and the shape of returned pricing data. It covers the content domain reasonably but leaves the vendor filter and default-result behavior unexplained, so it is only minimally complete.

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% across both parameters. The description enumerates the four pricing categories (text, image, video, audio), which partially maps to the category enum values, but it says nothing about the vendor parameter or that both filters are optional. It only partially compensates for the documentation gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (查詢/query) and resource (AI API 官方價格/official AI API pricing), and enumerates the units covered (per million tokens, per image, per second, per audio). This clearly differentiates it from pricing-adjacent siblings like estimate_ai_api_cost_twd (a computed estimate) and compare_ai_subscriptions. It stops short of explicitly naming which sibling it is not, so it lands at 4 rather than 5.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance and no mention of alternatives such as estimate_ai_api_cost_twd, which an agent could easily confuse with a price lookup. The purpose implies a lookup scenario, but the agent must infer when this is preferable to the cost-estimation or subscription-comparison siblings.

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.

Resources