Skip to main content
Glama

list_open_challenges

Retrieve active Arabic poetry challenges awaiting completion, including poem IDs, opening verses, author names, and poetic equity breakdowns.

Instructions

Fetches active Arabic poetry challenges on Musajala waiting for a completing verse (shatr 2). Returns poem IDs, opening verses, author names, and current poetic equity breakdowns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly signals a read-only fetch ('Fetches') and explicitly lists the returned content: poem IDs, opening verses, author names, and poetic equity breakdowns. It does not disclose potential pagination or ordering details, but for a zero-parameter list tool this is a minor gap.

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?

Two tight sentences front-load the action and resource, then enumerate exactly what is returned. The parenthetical '(shatr 2)' adds domain precision without fluff. Every word earns its place.

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?

Given no output schema, the description appropriately explains the return values and inclusion criteria. It is complete for a simple read-only fetch, though it leaves implicit the likely follow-up to complete_poem_turn and any limits on the result set. These are minor given the tool's low complexity.

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 has 100% coverage (an empty properties object), so the baseline is 4. The description adds no parameter detail because none is needed; it correctly focuses on the selection criteria and return fields.

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

Purpose5/5

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

The description uses a specific verb ('Fetches') plus a clearly bounded resource ('active Arabic poetry challenges on Musajala waiting for a completing verse (shatr 2)'). This directly distinguishes it from sibling tools like create_new_poem or append_poem_verses, which are clearly mutation-oriented, whereas this is a read-only discovery tool.

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?

Usage context is implied rather than stated: an agent can infer to call this when it needs to see open challenges waiting for a verse. However, no explicit 'use when' or comparison to alternatives like complete_poem_turn is provided, so the guidance 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.