Skip to main content
Glama

Safe4 price

safe4_price

Price and accepted payment networks for one Safe4 decision.

Free to call. Returns the same x402 terms the HTTP endpoint advertises, so an agent can see the cost before committing to a paid call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does well: it discloses that the call is free, non-committal, and returns the same x402 terms as the HTTP endpoint. This tells the agent this is a read-only/quote operation with no payment side effect. It does not mention rate limits or response shape, but the output schema exists to cover return structure.

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?

Three short sentences, each earning its place: what the tool returns, that it is free, and why an agent should call it. The core purpose is front-loaded, and there is no redundant repetition of the name or title.

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 zero-parameter, output-schema-backed price quote tool, the description is complete. An agent knows what it will get, that it costs nothing, and how to use it in the flow relative to the paid authorization step. Nothing else is needed to invoke it correctly.

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?

There are zero parameters and schema coverage is 100%, so the description has no parameter burden to carry. The baseline for zero-parameter tools is 4, and the description adds relevant context about what the returned terms represent without needing to explain inputs.

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?

Description states a specific verb-resource pair: it tells the agent it returns the price and accepted payment networks for a Safe4 decision. It also distinguishes itself from the paid/authorize path by positioning itself as the pre-commitment cost check, so an agent knows this is the quoting sibling, not the authorization tool.

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 clearly says when to use it: before committing to a paid call, with the added reassurance that it is free to call. It implies the alternative is the paid/authorize flow but does not name the sibling explicitly or give explicit 'use this instead of X' language, so it stops just short of full routing 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.4/5.0
Disambiguation4/5

safe4_authorize and safe4_price are largely distinct: one provides pricing and the other renders an authorization decision. Minor overlap exists because authorize can return a price list when called without payment, but the descriptions clearly explain this behavior.

Naming Consistency4/5

Both tools share the safe4_ prefix and use consistent snake_case naming. The only inconsistency is that authorize is an imperative verb while price is a noun rather than get_price, but the set still reads coherently.

Tool Count4/5

Two tools is on the low end but appropriate for this narrow service: a free price quote and a paid authorization decision. Each tool serves a necessary step in the workflow, though the set is slightly thinner than typical.

Completeness4/5

The core workflow is covered: discover price, then authorize with an x402 payment payload. There is no audit-lookup or cancellation tool, but agents can complete the primary task without those operations.