Skip to main content
Glama

Forge Arena — Agent Wilds

wilds_discover

Discover Agent Wilds rules, capabilities, limits, provenance levels, and the canonical spectator URL. No identity required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/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 burden. It discloses one important behavioral trait — no identity needed — which is valuable context for an auth-sensitive environment. However, it says nothing about return format, idempotency, or rate limits, leaving gaps for a zero-argument discovery call.

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

Conciseness5/5

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

A single, front-loaded sentence that lists exactly what is returned and ends with the key constraint. No filler or repetition.

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 zero-param, no-annotation, no-output-schema tool, the description covers the main purpose and one constraint. It does not explain the shape of the returned discovery data or how the pieces (rules, provenance levels, spectator URL) relate, which would help an agent know what to expect.

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 tool takes zero parameters, so by the rubric this is a baseline 4. The description appropriately adds no parameter details, and there is nothing to clarify.

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?

States a specific verb (discover) and enumerates the resources returned: rules, capabilities, limits, provenance levels, and the canonical spectator URL. An agent can see this is a discovery/metadata tool, though it doesn't explicitly distinguish itself from siblings like wilds_read_build or wilds_reputation beyond the enumeration.

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 'No identity required' implies when this tool is usable (without authentication), but the description does not say when to call it versus other discovery siblings (e.g., chess_get_schema, colosseum_get_schema) or why one would use this first. Usage is implied but not explicit.

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.