Skip to main content
Glama

Probe

probe

Probe any public URL and report if it is an x402 paywall - price, network, payTo, scheme. Shop paywalls before you spend. Try GET /probe/sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
methodNoGET

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does reveal that the tool returns paywall metadata and works on public URLs, but it never explicitly states that the operation is read-only or side-effect free, nor does it mention how it handles non-public URLs or failures. This is a meaningful gap for an arbitrary-URL probing tool.

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?

The description is short and front-loaded with the core purpose, followed by a value proposition and a sample path. There is no redundancy, but the closing 'Try GET /probe/sample' could be confused with the method parameter and is not essential for understanding the tool, slightly undermining an otherwise tight structure.

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 two-parameter tool, the description conveys the main purpose, the URL input, and the expected output fields, giving a workable baseline. However, it omits method semantics, lacks an explicit read-only or safety statement, and has no output schema to clarify the return structure. The gaps are noticeable but not blocking for straightforward use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must define both parameters. It explains that 'url' is any public URL, but it says nothing about the 'method' parameter, its default GET value, or what methods are supported. With only one of two parameters semantically covered, this is insufficient.

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 action ('Probe any public URL') and the exact output ('report if it is an x402 paywall - price, network, payTo, scheme'). It clearly differentiates from siblings like read_web_page by focusing on paywall detection, though it does not explicitly name alternatives or exclude other tools, 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?

The phrase 'Shop paywalls before you spend' implies the intended scenario (checking paywalls before payment), and 'Try GET /probe/sample' gives an example. However, there is no explicit guidance on when not to use the tool, nor any comparison to alternatives such as can_pay or read_web_page, leaving usage purely implied.

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