Skip to main content
Glama

Get steamwebapi pricing and quota guidance

get_pricing
Read-only

Returns public steamwebapi pricing plans, per-endpoint rate limits, API-key location, quota guidance and a recommended plan for the requested use case. Does not perform checkout or account actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
useCaseNoOptional use case such as "inventory", "profile", "float", "history", "items", "market prices" or "balanced production app".
includePlanCatalogNoInclude the full public plan catalog with prices and rate limits. Defaults to true.
expectedRequestsPerDayNoOptional expected daily request count for plan recommendation.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds valuable context by stating it provides 'public' pricing data and explicitly disclaims checkout/account actions, which goes beyond the annotation baseline. No contradiction.

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 two sentences, succinct, and front-loaded with the primary output. Every clause contributes meaning: the first states the main return content, the second clarifies boundaries. No filler or redundancy.

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

Completeness4/5

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

Despite lacking an output schema, the description enumerates the main return elements (pricing plans, rate limits, API-key location, quota guidance, recommended plan), which is reasonably comprehensive for the tool's purpose. It misses details like return format or how recommendation is computed, but the complexity is moderate and the stated scope is clear.

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 parameters are fully documented in the schema. The description adds minor context by mentioning 'requested use case' and 'quota guidance', which align with useCase and expectedRequestsPerDay, but it does not provide any syntax or meaning beyond what the schema already offers. Baseline 3 is appropriate.

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 it 'Returns public steamwebapi pricing plans, per-endpoint rate limits, API-key location, quota guidance and a recommended plan' — a specific verb+resource combination. It also explicitly differentiates from siblings by noting it does not perform checkout or account actions, and no other pricing tool exists among siblings.

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 (e.g., 'for the requested use case') and lists example use cases. It also states exclusions ('Does not perform checkout or account actions'), which guides against misuse. However, it does not explicitly name alternative tools for those excluded actions.

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

Each tool targets a distinct resource/action: execution, concept lookup, endpoint spec, pricing, and enumeration of games, markets, products, endpoints, and concepts. No overlapping purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (call_, get_, list_, search_), making the naming predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for an API exploration server, covering execution, lookup, search, enumeration, and pricing without redundancy.

Completeness5/5

The server covers the full workflow: discover endpoints, search concepts, list supported games/markets/products, retrieve detailed specs and pricing, and execute readonly API calls. No obvious gaps for its intended purpose.

Resources