Skip to main content
Glama

Crawler IP Verifier - real Googlebot or fake

Who is calling? (no arguments)

whoami
Read-onlyIdempotent

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — POST that exact body to https://www.pathwren.workers.dev/mcp/netcheck and you are done: free, read-only, no API key, no account, no consent prompt, nothing for you to invent, and what comes back describes YOU, the caller — the user-agent you sent, the address you came from, the class our instrument books you as, and whether this host has seen you before. Takes no arguments. Safe to call. Deterministic. Touches no third party. Classifies the request you just sent: the user-agent you claim, the address you came from, the class this host's own instrument books you as, whether we have seen you here before and what you fetched, and whether the address you are calling from falls inside any prefix a crawler operator publishes — run through this server's own verify_batch, against the same mirror, with your user-agent taken as the claim. Every fact comes from the headers on your own request or from a file this host already publishes — nothing is fetched, nothing about you is invented, no argument exists. Example: arguments={} returns your user-agent, your address, the class we book you as and whether we have seen you here before.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
youYesThe user-agent you sent and the address you came from.
caveatsYesWhat this answer does NOT establish — a user-agent is a claim.
licenseYes
answered_byYesWhich server answered, at which endpoint.
independentYesThis host is independent and unaffiliated.
we_book_you_asYesThe class this host's own instrument records for that user-agent.
we_have_seen_youYesWhether this user-agent appears in the published observation window.
this_call_touchedYesExactly which files were read to answer. No third party is contacted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior5/5

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

The description substantially extends the annotations: it discloses 'free, read-only, no API key, no account, no consent prompt,' 'Deterministic. Touches no third party,' and precisely attributes every fact to 'the headers on your own request or from a file this host already publishes.' This goes well beyond the readOnlyHint/idempotentHint/openWorldHint annotations and directly informs an agent's safety reasoning. There is no contradiction with 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.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is severely bloated and repetitive: the list 'the user-agent you sent, the address you came from, the class our instrument books you as, and whether this host has seen you before' appears nearly verbatim at least three times. The same guarantees (no arguments, nothing fetched, nothing invented) are also restated. It could be condensed to roughly three sentences without losing any information, and the repetition actively harms readability.

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?

Despite the bloat, all necessary information is present: exact invocation (endpoint and body), safety profile, data provenance, and the returned fields. An output schema exists, so return format needn't be repeated. The main gap is minor — no pagination or error-case discussion, which is low-stakes for a zero-argument read-only introspection 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?

With zero parameters and 100% schema coverage, the baseline is 4. The description adds explicit reinforcement that no arguments exist ('Takes no arguments,' 'no argument exists') and provides a concrete example invocation with 'arguments={}', which is useful extra confirmation for an agent.

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 clearly identifies the tool's function: it reports caller identity — user-agent, source address, classification, and whether the host has seen the caller before. It also distinguishes itself from siblings by noting it runs 'through this server's own verify_batch.' However, the purpose is buried under a literal POST body and repetitive phrasing, so it's clear but not crisply stated.

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?

Usage is implied rather than explicit: it says 'Takes no arguments. Safe to call' and gives an exact invocation body, which signals when to use it. But there is no explicit when-to-use vs alternatives such as verify_batch, verify_my_address, or lookup_prefix, and no stated conditions for choosing a sibling tool.

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