Skip to main content
Glama

Agent402 — pay-per-call web tools

Ownership verified

Server Details

1000+ pay-per-call web tools for agents: search, browser, PDF, memory. x402 USDC or proof-of-work.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: about_agent402 provides meta-information, search_tools enables discovery, and call_tool executes the actual tools. No functional overlap.

Naming Consistency4/5

Names follow a lowercase_underscore pattern with descriptors. 'about_agent402' includes the server number, but it's still clear and consistent with the other names.

Tool Count5/5

Three tools are perfectly scoped for a gateway server: one for info, one for discovery, one for execution. No unnecessary tools.

Completeness5/5

The set covers all needed operations: learning about the service, searching for tools, and calling them. No obvious gaps.

Available Tools

4 tools
about_agent402About this connectorA
Read-onlyIdempotent
Inspect

What this connector is: the free tier of agent402.tools, what's free vs wallet-only, and how paid access works (x402, USDC on Base, proof-of-work).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds value by detailing the specific information provided (free vs wallet, paid access methods), going beyond the 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?

The description is a single, well-structured sentence that front-loads the purpose. Every part is informative, with no wasteful text.

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 an informational tool with no parameters and no output schema, the description is complete. It explains the scope of information (free tier, paid access) sufficiently.

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 no parameters, but schema coverage is 100%. The description adds meaning about the output content, fulfilling the baseline for zero-parameter tools.

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 tool's purpose: providing information about the free tier of agent402.tools, what's free vs wallet-only, and paid access. It differentiates from siblings like call_tool and search_tools by focusing on informational content.

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 implies when to use this tool (to learn about the connector), but does not explicitly state when not to use it or mention alternatives. Siblings are distinct, so usage is clear enough.

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

call_toolRun an Agent402 toolA
Read-onlyIdempotent
Inspect

Run an Agent402 tool by slug (find slugs with search_tools). The 1061 pure-CPU tools execute free on this hosted connector (rate-limited). Wallet-only tools (live search, browser rendering, PDFs, durable memory) return instructions for paid access instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug, e.g. "convert-miles-to-kilometers"
paramsNoTool input, matching the tool's inputSchema
Behavior4/5

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

Annotations already provide readOnlyHint, destructiveHint, idempotentHint. The description adds valuable behavioral context: pure-CPU tools execute free (rate-limited), wallet-only tools return paid access instructions. This goes beyond what annotations offer.

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?

Two sentences, no fluff. First sentence states the core purpose and how to get the slug. Second sentence adds key behavioral info. Front-loaded and efficient.

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?

Given 2 params with full schema, no output schema, and strong annotations, the description covers how to find the slug, free vs paid, and rate limits. It is mostly complete, though it could briefly mention the expected output format (implied by 'run').

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 coverage is 100%, baseline 3. The description adds a concrete example for slug ('convert-miles-to-kilometers') and mentions that params should match the tool's inputSchema. This adds marginal value but does not deeply explain parameter semantics.

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 it runs an Agent402 tool by slug, and distinguishes from sibling tools (search_tools for finding slugs, about_agent402 for info). The verb 'run' and resource 'Agent402 tool' are specific.

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 tells users to find slugs with search_tools, providing clear context. It also explains the free vs paid distinction, but doesn't explicitly state when not to use the tool or list alternatives beyond search_tools.

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

find_toolFind the right Agent402 tool for a taskA
Read-onlyIdempotent
Inspect

Describe a task in plain language and get the best-matching Agent402 tool(s) ready to call — slug, price, input schema, and an example — so you skip searching/exploring. Then run call_tool with the chosen slug + params.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesWhat you want to do, e.g. "extract the article from this url" or "convert miles to km"
limitNoMax results (default 5)
Behavior4/5

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

Annotations already indicate readOnly and non-destructive. Description adds context about return values and workflow, but does not disclose any potential side effects or limitations beyond annotations.

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?

Description is a single sentence that conveys necessary information, though slightly lengthy; no wasted words.

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?

No output schema, but description explicitly lists return fields (slug, price, input schema, example) and provides a clear workflow, making it complete for a discovery tool.

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 coverage is 100%, so baseline is 3. Description reiterates 'task' and implies 'limit' via 'Max results (default 5)' but adds no additional semantic meaning beyond schema examples.

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 clearly states the verb 'describe a task' and resource 'Agent402 tool(s)', and distinguishes from siblings by specifying it finds best-matching tools with slug, price, input schema, and example, unlike search_tools which may only list.

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?

Description implies when to use (to skip searching/exploring) and provides a workflow (then call call_tool), but does not explicitly state when not to use or compare to search_tools.

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

search_toolsSearch the Agent402 tool catalogA
Read-onlyIdempotent
Inspect

Search Agent402's 1108 pay-per-call web tools (encoding, crypto, text, time, math, validation, unit conversions, network, browser, PDF, search, memory). 1061 pure-CPU tools run free right here; the rest need a USDC wallet. Returns slugs + input schemas for call_tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10)
queryYesWhat you need, e.g. "decode JWT", "miles to km", "cron next run"
Behavior4/5

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

Annotations already declare the tool as read-only and idempotent. The description adds context about the payment model and return format, which goes beyond annotations. No contradictions are present.

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 concise (two sentences) and front-loads key information such as the catalog scope, free vs. paid tools, and return data. Every sentence adds value without redundancy.

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?

Given the simple structure (2 parameters, no output schema) and the annotations, the description provides all necessary context including what the tool returns and usage examples. It is fully adequate for an agent to use the tool.

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 provides descriptions for both parameters, and the description adds value by giving example queries. Schema coverage is 100%, so the baseline is 3, and the examples raise the score.

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 that the tool searches the Agent402 tool catalog, providing specific examples of queries and indicating what is returned (slugs and input schemas). It distinguishes itself from siblings by emphasizing that it helps find tools before invoking them via call_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 effectively conveys when to use this tool (to find tools in the catalog) and includes valuable context about free vs. paid tools. However, it does not explicitly state when not to use it or compare to the sibling about_agent402, which could provide general information.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources