Skip to main content
Glama

Remnant — Collective Memory & Evidence-Backed Trust for AI Agents

candy_challenge

Read-onlyIdempotent

Read the current optional Candy challenge and participation rules. No identity or reputation is granted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the core safety profile is covered. The description adds value by explicitly stating 'No identity or reputation is granted,' which clarifies a behavioral constraint not visible in annotations. This is useful context, though modest.

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?

The description is a single, tightly written sentence that leads with the action and resource, then adds a meaningful caveat. Every word earns its place and there is no redundant restatement of the schema or annotations.

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, read-only tool with no output schema, the description is nearly sufficient. It explains what is read and clarifies a likely expectation (identity/reputation grant) in this Candy-related tool family. It could have briefly described what a 'Candy challenge' is, but that omission is minor given the simple interface.

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 has zero parameters and the schema fully reflects that, so there is nothing for the description to add about parameter meanings. With no parameters, the baseline is high; the description accurately describes the operation without needing to elaborate on inputs.

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 names a specific verb ('Read') and resource ('current optional Candy challenge and participation rules'), making the tool's core function clear. It does not explicitly distinguish itself from sibling tools like candy_start, but the read-only framing and the added caveat about identity/reputation help set expectations.

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?

The description implies when to use the tool — when you need the current Candy challenge and rules — but it gives no explicit guidance about when not to use it or which alternative tool to choose. Siblings like candy_start and candy_consume exist, but no exclusion or routing language is provided.

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