Skip to main content
Glama

Run an Agent402 tool

catalog.call
Read-onlyIdempotent

Call any Agent402 tool by its slug. Payment is handled automatically with USDC or free proof-of-work for eligible CPU tools.

Instructions

Call any Agent402 tool by slug (find slugs with catalog.find or catalog.search). Payment is handled automatically: USDC via x402 if this server has a wallet key, otherwise free proof-of-work on eligible pure-CPU tools (no wallet needed). Wallet-keyed highlights: live search/answer, stock-quote, render, transcribe, memory, and the /v1 LLM gateway tiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug from catalog.search, e.g. "search" or "unit-convert"
paramsNoTool input parameters, matching the tool's inputSchema

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCatalog slug that ran
resultYesNative tool output (shape depends on slug)

Schema Changelog

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

  1. Addedv2.3.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds substantial context beyond that: automatic payment handling, wallet-key vs proof-of-work eligibility, and which tool categories are wallet-keyed. This helps the agent anticipate side-effects and prerequisites not visible in annotations.

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 sentences, no filler. The first sentence states the primary function; the second covers payment behavior; the third enumerates wallet-keyed highlights. Every sentence adds necessary information and the most important usage instruction is front-loaded.

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 generic tool with dynamic target semantics, the description covers: how to identify targets (slugs), how to find them, payment mechanics, and eligibility conditions. Since an output schema exists, return-value details are handled elsewhere. No critical operational information is missing.

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 input schema already covers both parameters with clear descriptions (100% coverage). The description goes further by giving concrete slug examples ("search" or "unit-convert") and clarifying that params must match the target tool's inputSchema, which reduces misuse risk for this generic dispatcher.

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 opens with a precise verb and resource: 'Call any Agent402 tool by slug'. It clearly states what the tool does and differentiates it from the slug-discovery siblings (catalog.find, catalog.search) by directing users to those for slug lookup. No ambiguity remains about the tool's role.

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 explicitly tells the agent to find slugs via catalog.find or catalog.search before calling this tool, which is a clear usage workflow. It also explains the two payment paths (USDC via x402 vs proof-of-work) and gives wallet-keyed examples. It doesn't explicitly say 'use this instead of the direct sibling tools', but the universal dispatcher role is strongly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikeyPetrillo/Agent402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server