Skip to main content
Glama

Coolant

whoami

What this server saw of your request: a daily-rotating tag for your network, your user-agent, how many proxies you came through, and the time. An agent cannot see itself from outside. Your address is truncated to a network and hashed before it reaches the response, and is not stored; the answer also lists what this server does not know.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.2/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 full burden. It discloses privacy-relevant behavior: address truncation, hashing, and non-storage. It also mentions that the answer lists unknowns, which is honest about limitations. However, it doesn't explicitly state that the operation is read-only (which is obvious from the nature) or mention any rate limits or errors. Still, the key behavioral traits are disclosed, and there is no contradiction with annotations (none exist).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is moderately concise but includes a philosophical aside ('An agent cannot see itself from outside') that adds flavor but not functional value. The key information (what it reports, privacy handling) is front-loaded, but the sentence could be tightened without losing meaning. It is not wasteful overall, but it is slightly over-verbose for an API description.

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 zero-parameter, no-output-schema tool, the description covers the essentials: what is returned (tag, user-agent, proxy count, time, unknowns) and data handling. It does not specify exact response format, but that is acceptable given no output schema exists and the tool is simple. The description is sufficient for an agent to know what to expect and why to call it.

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 has zero parameters, so the baseline is 4. The description appropriately does not attempt to explain parameters because there are none. It adds no parameter-related content, which is fine given the empty schema. There is no need for compensation, so the score matches the baseline.

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 function: reporting what the server observed about the request (network tag, user-agent, proxy count, time). It distinguishes itself from siblings by being the only introspection tool that describes the server's view, and it explicitly notes what it does not know, which adds clarity. The verb 'saw' and resource 'request' make the purpose unambiguous.

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 inspect the server's perception of the request) and offers a subtle limitation ('An agent cannot see itself from outside'), which hints that it's not for checking internal state. It doesn't explicitly name alternatives, but none of the siblings are similar, so the context is clear enough. It could have explicitly stated 'use this when you need to debug network identity', but the intent is conveyed.

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