Skip to main content
Glama

Get SeatCanvas pricing

seatcanvas_get_pricing
Read-only

Returns SeatCanvas pricing: the free-tier seated-guest limit and the one-time Event Pass price. Read-only; no inputs required beyond an optional response locale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoResponse language: 'en' (default) or 'es'.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyYesISO currency code for the price, e.g. USD.
event_pass_priceYesOne-time Event Pass price (string, from the canonical source).
free_guest_limitYesMax seated guests on the free tier.

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's 'Read-only' adds no new safety info. It does mention the optional locale but lacks details about response structure or side effects; however, the output schema covers the return format.

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, efficient sentence that front-loads the purpose and key details. Every word contributes to understanding, with no unnecessary elaboration.

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?

Given the output schema exists and annotations cover safety, the description fully captures the tool's purpose and basic constraints. No additional details are needed for this simple read-only tool.

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% with the locale parameter fully described in the schema. The description repeats that the locale is optional and for response language, adding minimal extra meaning beyond what the schema provides.

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 explicitly states the tool returns SeatCanvas pricing, specifying the free-tier seated-guest limit and Event Pass price. It distinguishes from sibling tools like seatcanvas_create_plan (writes) and seatcanvas_estimate_capacity (different read).

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 notes it is read-only and requires no inputs beyond an optional locale, clearly indicating when to use. It does not explicitly state alternatives or when not to use, but the context of siblings and the read-only nature provides adequate guidance.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct function: plan creation, capacity estimation, and pricing. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent seatcanvas_verb_noun pattern (create_plan, estimate_capacity, get_pricing) with clear verbs and nouns.

Tool Count5/5

Three tools are well-scoped for the server's purpose: creating plans, estimating capacity, and retrieving pricing. No tools are extraneous.

Completeness4/5

The set covers the main domain actions: creating plans, estimating capacity, and getting pricing. Missing possible plan modification tools, but the service is described as read-only and deterministic, so this is acceptable.

Resources