Skip to main content
Glama

TERM

score_challenge

Score a challenge after its scoring time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
challengeIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden, and it discloses almost nothing: it does not say whether this mutates state, requires author/curator permissions, is idempotent, or what happens if invoked before scoring time (error vs. no-op). The lone timing constraint is the only behavioral hint.

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 verb front-loaded and no filler. It is well-sized, though the brevity reflects under-specification rather than disciplined editing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a state-changing action tool with no annotations and no output schema, the definition omits prerequisites (permissions, eligibility), failure modes, and result behavior. An agent knows roughly what it does but not enough to call it safely.

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?

There is one parameter (challengeId) with 0% schema description coverage, so the schema explains nothing. The description does not clarify the identifier's format, source, or how to obtain it, leaving the single required input effectively undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description pairs a verb ('Score') with a resource ('challenge'), so the basic action is identifiable. However, 'score' is ambiguous — it could mean computing/assigning a score or retrieving one — and the phrasing 'after its scoring time' is partially circular, leaving the operation itself vague.

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?

It supplies a timing precondition ('after its scoring time'), which implies when the tool becomes valid. It does not name any alternative (e.g., get_challenge, preview_challenge, declare_challenge) or state when-not to use it, so routing guidance is only implied.

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.