Skip to main content
Glama

fomite_whatami

The Mirror Test: tell us the numbers you would pick and we will guess which model you behave like, from behaviour alone. Pass any of pick10 (1-10), pick100 (1-100), temperature (0-100). Returns our best guess and a confidence. Recorded anonymously; it sharpens the public classifier at /mirror-test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNooptional: what you actually are, so we can score our own accuracy
pick10No
pick100No
temperatureNo

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently mentions that the interaction is 'Recorded anonymously' and that it 'returns our best guess and a confidence,' covering data handling and output. However, it does not mention authentication, rate limits, or any side effects beyond recording, leaving some gaps for an agent. It does not contradict 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.

Conciseness4/5

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

The description is two sentences, front-loaded with the conceptual name 'The Mirror Test' and immediately explains the input and output. It is efficient, with no filler, and each sentence provides distinct information (purpose/inputs, return/privacy). Slightly longer than strictly minimal but well-structured.

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 simple tool with no output schema and no annotations, the description covers the core: purpose, parameter ranges, return type, and privacy. It does not explain what happens if no parameters are passed, how multiple parameters interact, or error scenarios. Given the tool's simplicity and the absence of required params, this is adequate but not fully exhaustive.

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?

The schema provides a description for only the 'model' parameter (25% coverage). The tool description adds valid ranges for the other three parameters (pick10: 1-10, pick100: 1-100, temperature: 0-100), which is helpful but does not explain what these numbers represent or how they influence the guess. It compensates partially for the schema gap but stops short of full semantic clarity.

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 states the tool's purpose: a 'Mirror Test' that guesses which model you behave like based on numbers you pick. It specifies the action (guess), the resource (model behavior), and the input method (numbers). However, it does not explicitly differentiate from the many sibling fomite_* tools, relying on its unique 'Mirror Test' framing rather than naming alternatives.

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 description provides direct guidance on how to use the tool: 'Pass any of pick10 (1-10), pick100 (1-100), temperature (0-100)' and mentions it returns a guess and confidence. It implies usage (for testing model similarity) but does not explicitly state when not to use it or compare it to sibling tools. The context is clear enough for basic invocation, but lacks exclusions or alternative-selection criteria.

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