Skip to main content
Glama

codebreaker_list_submissions

Read-only

List submissions filtered by problem or user. Paginates 25 per page with prev/next navigation.

Instructions

List submissions, optionally filtered by problem and/or user.

Pass username= (from codebreaker_me) to see your own submissions; omit both filters for all submissions. 25 per page; has_next/has_previous tell you when more pages exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
usernameNo
problem_idNo
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds useful behavioral details such as pagination (25 per page, has_next/has_previous) and filter semantics. It goes beyond the annotation without contradicting it.

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 three tight sentences, front-loaded with the core purpose and each sentence adding value: purpose, filter usage, and pagination behavior. No fluff.

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?

For a read-only list tool, the description covers purpose, filter options, and pagination. It does not describe return fields, but no output schema is provided, and the description is adequate for an agent to select and invoke the tool correctly.

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%, so the description must compensate. It explains the username and problem filters in prose, but the page parameter is not mentioned. While page is straightforward with a default, the description does not fully cover all three parameters.

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 clearly states the tool lists submissions with optional filters by problem and/or user. This distinguishes it from sibling tools like get_submission (single submission) and submit (create).

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?

Provides clear context on using the username filter to see your own submissions and omitting filters for all. It also mentions using codebreaker_me for the username. However, it does not explicitly say when to prefer this over get_submission, though sibling context makes this obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuzu-octopus/Codebreaker_Solver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server