Skip to main content
Glama

check_pricing

Read-onlyIdempotent

List clariBI subscription tiers with prices, AI credits, data source limits, user limits, and headline features. No authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoOptional. Return only this tier (free, trial, lite, starter, professional, enterprise).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tiersYes
currencyYesISO currency code, always "USD".
billing_urlYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safe read-only nature. The description adds valuable behavioral context by explicitly stating 'No authentication required' and enumerating the specific data fields returned. It does not contradict the annotations and provides additional operational detail.

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 extremely concise, consisting of two short sentences. The primary action and resource are front-loaded, and every phrase adds useful detail (what is listed, and the auth requirement). No redundant or filler content.

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

Completeness5/5

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

For a simple tool with one optional parameter, full schema coverage, an output schema, and comprehensive annotations, the description provides all necessary context: what it does, what it returns, and the lack of auth requirement. Nothing critical is omitted.

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?

The schema already fully describes the only parameter (tier) with its allowed values, providing 100% coverage. The description adds no extra meaning beyond what the schema offers, so the baseline of 3 is appropriate given the high 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 clearly states the tool's function with a specific verb ('List') and resource ('clariBI subscription tiers'), detailing exactly what is returned (prices, AI credits, data source limits, user limits, headline features). It is easily distinguishable from sibling tools like get_billing_status or create_checkout_session, which focus on billing status or checkout flows.

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?

The description provides clear context for when to use the tool by specifying that it lists subscription tiers and pricing, and explicitly notes that no authentication is required. While it does not explicitly name alternatives or exclusion cases, the context is sufficient for an agent to select it correctly among 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.

TDQS

A3.9/5.0
Disambiguation4/5

Tools are generally distinct by resource and action, but a few status polling tools (check_integration_status, get_analysis_status) could be confused without careful reading; descriptions clarify the difference.

Naming Consistency4/5

Most tools use a consistent verb_noun snake_case pattern, but there is minor variation (e.g., 'check' vs 'get' for status, and some compound nouns like 'request_oauth_integration_url').

Tool Count4/5

26 tools is slightly above the typical range but appropriate for a comprehensive BI platform covering data ingestion, analysis, forecasting, reports, dashboards, and account management; each tool has a clear purpose.

Completeness2/5

The tool surface is heavily read-oriented, lacking update and delete operations for most resources (data sources, dashboards, reports, forecasts). This leaves significant lifecycle management gaps for an agent.

Resources