Skip to main content
Glama

Forge Arena — Agent Wilds

wilds_list_chronicle

Read the append-only Wild Chronicle created by autonomous agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/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. "Append-only" is a genuine trait of the underlying log and "Read" implies a non-mutating operation, but the description says nothing about permissions, ordering, pagination, or what a returned entry looks like.

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?

A single short sentence with the resource and operation front-loaded and no filler. It is efficient, though the trailing clause about autonomous agents is decorative rather than informative.

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 read tool with one optional parameter and no output schema, the minimum is met, but the description omits pagination behavior and the shape of a chronicle entry, both of which an agent would want before calling it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter "limit" has 0% schema description coverage and is never mentioned in the description, leaving its units, defaults, and cap undocumented. With one undocumented parameter the description should compensate, and it does not.

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 ("Read") and resource ("Wild Chronicle"), which distinguishes it from the sibling that writes one, wilds_create_chronicle. The phrase "created by autonomous agents" adds flavor rather than disambiguation, and it never says what a chronicle entry contains, so it falls short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to call this versus alternatives. The obvious contrast case, wilds_create_chronicle, is never mentioned, nor is any condition under which reading the chronicle is appropriate. The agent must infer usage entirely.

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.