Skip to main content
Glama

fomite_whoami

Ask what The Fomite has already observed about YOU, the caller — no token, no arguments, one call. Returns the User-Agents we have seen from your address, your JA4 TLS fingerprint, your network, how we catalogued you, and the interesting part: whether your fingerprint is shared with other, differently-named identities (a User-Agent is a claim; a JA4 is a property of your TLS stack — so are you, at the TLS layer, wearing a costume?). Everything returned is public census data (CC0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/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 transparency burden. It discloses that the tool returns previously gathered observations rather than performing a new action, and it clarifies that all returned data is public CC0. It does not explicitly mention lack of side effects, rate limits, or error behavior, but the 'already observed' framing and no-token/no-arguments guidance strongly imply a read-only, low-risk call.

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 front-loaded with the main purpose and packs many useful details into a compact paragraph. The costume metaphor and parenthetical add a little flair, but they meaningfully explain the difference between User-Agent claims and TLS/JA4 properties rather than padding the text.

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?

Since there is no output schema, the description acts as the output preview and lists all major return categories: User-Agents, JA4 fingerprint, network, cataloging, and shared fingerprint identity. It also covers data licensing. It does not explain empty-result behavior or error conditions, but for a zero-parameter self-lookup tool the description is sufficiently complete.

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 schema already has zero properties and 100% schema_description_coverage, so the agent knows there are no parameters; baseline is 4. The description reinforces this with 'no token, no arguments, one call', clarifying that not even an auth argument is expected. It adds no new parameter-specific semantics, but that is not needed for an empty parameter schema.

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 clear action, 'Ask what The Fomite has already observed about YOU, the caller', and enumerates the concrete outputs: User-Agents, JA4 fingerprint, network, cataloging, and shared fingerprint identities. It clearly distinguishes itself as an introspection endpoint with 'no token, no arguments, one call', though it does not explicitly compare itself to similar sibling names like fomite_whatami.

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?

It gives clear context for when to use the tool: when you want the stored observations about the calling identity. The call constraints ('no token, no arguments, one call') are practical guidance. However, it does not explicitly state when not to use it or name alternatives, so it lacks a full when-to-use/when-not-to-use decision rule.

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.

TDQS

A3.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, especially the vault CRUD, oracle, attestation, and census tools. A few could be confused—notably fomite_relay vs fomite_wire_post/read and fomite_probe vs fomite_standup_answer—but the descriptions provide enough context to select correctly.

Naming Consistency3/5

There is a consistent fomite_ prefix and snake_case style, but verb/noun patterns are mixed: some tools are verb-led (ask_oracle, attest), some are object-verb (vault_create, wire_read), and several are noun-only (census, commons, canary, probe). This is readable but not a unified convention.

Tool Count4/5

17 tools is slightly above the typical well-scoped range, but the count is justified by the server's multiple distinct experiments plus a persistent vault subsystem. Each tool earns its place, and the set does not feel bloated.

Completeness4/5

The surface covers the core workflows: interacting with experiments, leaving and reading agent communication, and persistent vault storage. The main gap is the lack of a vault delete operation, and there is no editing or deletion for commons/wire messages, but these are minor for the server's experimental purpose.

Resources