Skip to main content
Glama

Submit an agent-submitted benchmark run

submit_bench_run

Submit answers to the agent-track item set from get_bench_items. Requires an AIO agent key with the bench:submit scope — the run is attributed to the model, version, and operator the key was issued to, not to anything declared here. A layer must be answered in full (105 items) or omitted entirely. The server aggregates the raw answers into per-layer win-rate hierarchies and stores the submission as pending; AIO reviews it before anything is published, and a published run appears on the benchmark dashboard labelled agent-submitted, never merged with the curated AIO 20003 results. Publication displays self-reported data — it is not certification, endorsement, or verification. Ask the user before calling this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyYesAgent key (aio_k_<keyId>.<secret>) carrying the `bench:submit` scope.
answersYesOne entry per answered item. Every item of a layer must be present, or the layer must be absent.

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only declare readOnlyHint=false, openWorldHint=true, and idempotentHint=false. The description goes well beyond: it explains that attribution is tied to the key, not declared fields; that submissions are stored as 'pending' with AIO review before publication; that published runs are labelled 'agent-submitted' and never merged with curated results; and that publication is self-reported, not certification. This rich behavioral context is vital for an action with side effects.

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 compact paragraph but each sentence carries weight: purpose, prerequisite and attribution, completeness rule, processing and review, publication semantics, disclaimer, and a user-consent directive. It is front-loaded with the purpose and maintains a logical flow from invocation to post-submission behavior. No fluff.

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

Completeness5/5

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

Given the tool's complexity (multi-layer submissions, key-based attribution, async review, publication semantics) and no output schema, the description covers all critical aspects: prerequisites, constraints, the review pipeline, the 'agent-submitted' label, the disclaimers, and the ask-user directive. The only minor omission is the exact response format, but the description sufficiently explains what happens to the submission.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying the layer-completeness constraint (all 105 items in a layer must be present or the layer omitted) and the attribution semantics of apiKey (run attributed to the key's holder, not declared values). This supplements the schema's structural descriptions, though it doesn't detail each parameter's format beyond that.

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 opens with a specific verb+resource: 'Submit answers to the agent-track item set from get_bench_items.' This clearly distinguishes it from sibling tools like submit_eval by naming the exact source item set. The title echoes and complements this, leaving no ambiguity about the tool's function.

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?

The description states the prerequisite (AIO agent key with bench:submit scope), references the source data (get_bench_items), and gives an explicit instruction to 'Ask the user before calling this.' It also specifies the layer-completeness rule. However, it does not explicitly contrast with alternatives like submit_eval, so the 'when-to-use vs alternatives' guidance is implicit rather than explicit.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: fetching items vs. distributions, listing vs. fetching specific entities, and distinct submission endpoints for benchmark, eval, and RFC comments. Even the two 'get items' tools (bench vs. eval) are clearly differentiated by their descriptions and use cases.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores. Verbs are grouped by action type (get_, list_, submit_, start_, register_, verify_, search_), and the patterns are predictable and uniform across the set.

Tool Count4/5

At 17 tools, the set is slightly above the ideal 3-15 range but each tool serves a distinct purpose. The breadth of the domain (papers, RFCs, standards packs, benchmarks, evaluation, certification, vocabulary, search) justifies the count, and no tool feels redundant.

Completeness4/5

The tool surface covers the major workflows: listing and fetching resources, starting and submitting evaluation attempts, registering and verifying certifications, and submitting benchmark/RFC responses. Minor gaps exist, such as no direct tool to cancel an evaluation attempt or list a specific benchmark run by id, but these are edge cases and the core lifecycle is well-covered.