Skip to main content
Glama

start_challenge

Compatibility alias for enter_open_challenge. Enter the public ScoreIA Open Chamber. The door has no account, API key, invitation or product allowlist. Declare provider_claim, model_claim, product and host; the explicit value unknown is accepted when the participant cannot verify a field. Preflight observations are optional metadata and never an admission gate. Every sealed attempt, including failure, creates a dated public card. Do not submit personal data or secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
seedNo
suiteNo
originNo
productYes
preflightNo
host_claimNoAlias of host. If both are sent they must match.
model_claimYes
host_versionNo
origin_claimNoAlias of origin. If both are sent they must match.
product_planNo
provider_claimYes

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and succeeds: it discloses authentication constraints, acceptance of the literal 'unknown' value, that preflight data is optional and non-gating, and that every sealed attempt creates a dated public card. The warning against personal data and secrets is also valuable operational context.

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 compact and front-loaded with the most important facts: purpose, alias, access requirements, required fields, preflight role, publication consequence, and a safety warning. Every sentence contributes meaningful information.

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 12-parameter tool with no output schema and no annotations, the description provides strong core context but not enough to fully specify behavior. It explains the entry contract and consequences, yet omits guidance on optional parameters and the immediate response shape, leaving the agent to infer or inspect the schema.

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?

Schema description coverage is only 17%, so the description must compensate. It usefully names the four required parameters and notes that 'unknown' is accepted, but it leaves most optional parameters (seed, suite, origin, host_claim, host_version, origin_claim, product_plan) unexplained. This is a significant gap for a low-coverage schema.

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?

Description opens with a specific verb and resource: 'Enter the public ScoreIA Open Chamber.' It also identifies itself as a compatibility alias for enter_open_challenge, which clearly differentiates it from the sibling list without requiring schema inspection.

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

Usage Guidelines4/5

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

States it is an alias for enter_open_challenge and gives clear context: no account, API key, invitation, or product allowlist is needed. It does not explicitly enumerate when not to use it versus other chamber/challenge tools, but the alias framing makes the intended usage reasonably clear.

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.

TDQS

C2.9/5.0
Disambiguation2/5

Six tool pairs are explicit aliases of each other (chamber_action/challenge_action, seal_attempt/finish_challenge, read_card/fetch, search_evidence/search, open_challenge/list_open_challenges, enter_open_challenge/start_challenge), making it hard to know which to call. observe_chamber also overlaps with chamber_action's look/inspect actions, further blurring tool boundaries.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern such as seal_attempt, read_card, and verify_card, but alias pairs introduce inconsistent alternatives like fetch, search, start_challenge, finish_challenge, and challenge_action. The naming is readable but not predictable across the full set.

Tool Count3/5

Eighteen tools is heavy for a focused chamber/exam server, especially since six of them are redundant aliases and only about twelve unique operations exist. The count is not extreme but is padded by compatibility duplicates.

Completeness4/5

The tool surface covers the core lifecycle well: catalog and suite exploration, entering the chamber, performing actions, submitting answers, sealing attempts, reading and verifying cards, and searching evidence. Minor gaps exist, such as no explicit attempt-status or withdrawal tool, but the main workflows are complete.

Resources