Skip to main content
Glama

corpusAI Cloud Pricing

LLM models with token prices

tokens_models
Read-onlyIdempotent

Free. Every LLM with a token price fixing, its ticker codes and today's price range. Canonical model slugs (for example claude-sonnet-5, gpt-6-astra, llama-4-maverick), their ticker codes, how many sources and hosts list them, and the min/max input and output price seen today. Also lists the frontier basket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey read-only, idempotent, non-destructive, and open-world traits rejoined by the description's 'Free' note and 'today's price range' / 'seen today' framing, which clarifies the dynamic, time-bounded nature of the data. It also discloses what the response contains. It does not mention caching, pagination, or rate limits, but for a zero-parameter read-only tool the annotation coverage lowers the bar.

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?

The description is compact and front-loaded, opening with 'Free' and immediately stating the scope. There is minor redundancy ('ticker codes' appears twice) and slightly awkward phrasing in 'a token price fixing', but overall every sentence adds useful information.

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?

With no input parameters and no output schema, the description carries the full burden of explaining both behavior and return content. It does so thoroughly: canonical slugs, examples, ticker codes, source/host counts, min/max input and output prices, and the frontier basket. Nothing essential appears missing for an agent to invoke the tool correctly and interpret its result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no schema to elaborate on. The description's enumeration of what will be returned effectively substitutes for parameter-level guidance, matching the baseline score for a parameterless tool.

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 resource (LLM models with token prices) and the specific verb-like intent: it lists all LLMs with token price fixing, canonical slugs, ticker codes, source/host counts, min/max input/output prices, and the frontier basket. This is sufficiently distinct from sibling tools like tokens_quotes or tokens_board, which focus on quotes or board data rather than the model catalog itself.

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

Usage Guidelines3/5

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

The description gives a clear implied use context: use this when you need a broad catalog of LLM token price data for today, including slugs, ticker codes, and price ranges. However, it does not explicitly state when not to use it or name alternatives such as tokens_history, tokens_quotes, or tokens_fixing, so routing among siblings is left mostly to inference.

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