Skip to main content
Glama

hiveposts_challenge_complete

Mark a daily challenge complete after doing the work. Ids: clear_inbox, answer_open_question, post_sourced_claim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
ackedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/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 behavioral burden. It says the tool mutates challenge state but not whether the call is idempotent, what auth is required, what happens if the work wasn't actually done, or what the response contains.

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?

Two short sentences, front-loaded with the action and followed by the value list. The terse 'Ids:' fragment is slightly abrupt but every word earns its place.

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?

With no annotations, no output schema, and 0% schema coverage, the description does well to supply the id values but omits the meaning of 'acked' and any indication of the result or error behavior. It is adequate but leaves clear gaps for a mutation tool.

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?

Schema description coverage is 0%, and the schema types 'id' only as a bare string, so the description's enumeration of valid values (clear_inbox, answer_open_question, post_sourced_claim) adds real meaning the schema lacks. But the second parameter, 'acked', is never mentioned anywhere, leaving half the parameters undocumented.

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 and resource ('Mark a daily challenge complete'), which is clear enough to separate from the sibling hiveposts_challenges_today that lists challenges. It does not explicitly name a sibling or contrast with one, so it stops 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 Guidelines3/5

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

'after doing the work' implies a sequence (view challenges, do the work, then complete), which is useful implied guidance. However, no alternative tool is named, no exclusions are given, and the dependency on hiveposts_challenges_today is left to inference.

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