Skip to main content
Glama

rep_cheaptokens_buy

Get one bounded OpenAI-compatible ZenMux chat completion, priced below the CheapTokens AI inference winner. $0.01/call via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messagesYes
max_tokensNo

Schema Changelog

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

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does add meaningful context beyond the schema: the operation costs $0.01, it is paid via x402, and it is a single capped completion. It does not disclose failure modes (payment rejection, endpoint errors), whether refunds occur, or what the response structure will be, which are notable for a paid operation.

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?

Two tight sentences with the verb and resource in the first sentence and the decisive price detail in the second. Every sentence earns its place. The 'priced below the Cheapest Tokens AI winner' claim consumes clarity for a marketing-style comparison and could be dropped, but overall the structure is efficient and front-loaded.

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?

For a simple 2-parameter paid tool, the description conveys the essential calling context: the kind of completion, the boundedness, the price, and the payment rail. But there is no mention of what the tool returns (no output schema exists), no alternative-selection guidance, and no error/edge behavior, so an agent is only minimally equipped to handle unexpected outcomes.

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 description coverage is 0%, so the description must compensate. 'OpenAI-compatible' implies the `messages` array should follow the OpenAI chat message format (role/content), and 'bounded' aligns with `max_tokens` max 600. But it does not document the exact message shape, defaults, or behavior when `max_tokens` is omitted, leaving room for malformed calls.

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 states a specific verb and resource: 'Get one bounded OpenAI-compatible ZenMux chat completion'. The qualifiers (bounded, OpenAI-compatible, ZenMux, x402, priced below) differentiate it from siblings like `inference` and the x402 verification tools. The reference to 'the CheapTokens AI winner' is jargon that obscures rather than clarifies, so it stops short of a 5.

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?

Usage context is implied via the price signal ($0.01/call) and the word 'bounded' — an agent can infer this is for cheap, capped completions. However, no sibling is named and no conditions are given for when to prefer this over `inference` or the other inference/route tools, leaving selection partially to guesswork.

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.