Skip to main content
Glama

get_pricing

Full sourced pricing record for one product: tiers with per-tier features, price range, annual discounts, hidden costs, capabilities, verdict, plan advice, category positioning, verification and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug, e.g. "notion", "salesforce", "openai".
depthNosummary = numbers and ranges; full = adds features, plan advice, expert take.
fieldsNoOptional comma-separated field list to narrow the payload, e.g. "tiers,hiddenCosts,discounts".

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries full burden. It implies a read operation but does not disclose authentication needs, rate limits, error behavior, or whether the data is cached or real-time. Lacks behavioral details beyond what it returns.

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?

Single sentence efficiently lists key data points. Well-structured and front-loaded with core purpose. No wasted words.

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?

Description covers output contents adequately but does not mention error handling, pagination, or how to interpret results. Given no output schema, more detail on what the verdict or plan advice entails would improve completeness.

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 coverage is 100%, so description adds no new parameter meaning. The description does not elaborate on slug, depth, or fields beyond schema descriptions. Baseline 3 applies.

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 clearly states 'pricing record for one product' and lists contents, making purpose obvious. It distinguishes from siblings like get_price_history or get_hidden_costs by being comprehensive, but could be more explicit about uniqueness.

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?

No guidance on when to use this tool vs alternatives such as get_hidden_costs or get_price_history. The description does not provide when-to-use or when-not-to-use context.

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

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: from TCO calculation to comparison, discovery, LLM cost estimation, negotiation guides, hidden costs, positioning, price history, and full pricing records. No two tools overlap significantly; they complement each other.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores, primarily using 'get_' for five tools and other specific verbs like 'calculate', 'compare', 'discover', 'estimate'.

Tool Count5/5

With 9 tools, the server is well-scoped for a pricing analysis domain, covering essential queries without being overwhelming or sparse.

Completeness5/5

The tool surface comprehensively covers the pricing domain: discovery, comparison, detailed pricing, hidden costs, TCO, price history, positioning, and negotiation advice. No obvious gaps are present for the intended use case.