Skip to main content
Glama

Concierge Intel

concierge_prepare_payment

Free — return a live x402 PAYMENT-REQUIRED challenge (base64 accepts) for a paid tool kind so a wallet / pay.sh can settle before tools/call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesResource kind, e.g. intel-macro or security-scan (hyphens or underscores)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the call is free, returns a live challenge, and uses base64 encoding. It does not detail error cases or side effects, but for a read-only payment prep this is sufficient.

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, focused sentence. It front-loads the key fact that it is free, then succinctly describes the output and purpose without unnecessary padding.

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?

For a simple one-parameter tool with no output schema, the description covers the main points: what it returns, when to use it, and the target resource kind. It could mention what to do after payment, but that is not essential for invoking the tool 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?

The schema already documents 'kind' with examples; the description adds context that the kind refers to a paid tool resource, reinforcing the parameter's purpose. This adds meaningful nuance beyond the basic schema.

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 verb 'return' and the object 'a live x402 PAYMENT-REQUIRED challenge', and explains it is for settling a paid tool before tools/call. It distinguishes itself from sibling data/scan tools by being a payment preparation step.

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 indicates when to use it ('before tools/call') and that it is free, but does not explicitly mention when not to use it or alternative payment flows. The temporal context is clear enough for an agent to decide when to call it.

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