Skip to main content
Glama
BACH-AI-Tools

Judge0 CE MCP Server

get_a_submission

Retrieve code execution results from Judge0 CE by providing a submission token to access output, status, and performance metrics.

Instructions

Get submission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base64_encodedNoExample value:
fieldsNoReturn only the desired submission attributes. The default value for the fields parameter is stdout,time,memory,stderr,token,compile_output,message,status. Use * to receive all available attributes.
tokenYesExample value: 2e979232-92fd-4012-97cf-3e9177257d10
Behavior2/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. 'Get submission' implies a read-only operation but fails to specify authentication needs, rate limits, error handling, or what the return format looks like. It offers minimal behavioral context beyond the basic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While concise with two words, the description is under-specified rather than efficiently structured. It lacks front-loaded critical information and fails to earn its place by adding meaningful value beyond the tool name, making it ineffective despite its brevity.

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

Completeness2/5

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

For a tool with 3 parameters, no annotations, and no output schema, the description is incomplete. It does not explain what a 'submission' entails, what data is returned, or how to interpret results, leaving significant gaps in understanding the tool's functionality and output.

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?

The description adds no parameter information beyond what the input schema provides. Since schema description coverage is 100%, the baseline score is 3. The schema adequately describes the three parameters (token, fields, base64_encoded), so the description's lack of param details is acceptable but not additive.

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

Purpose2/5

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

The description 'Get submission' is a tautology that essentially restates the tool name. While it indicates a retrieval action, it lacks specificity about what kind of submission (e.g., code submission, form submission) and provides no differentiation from sibling tools like 'get_a_batched_submission' or 'create_a_submission'.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, context, or comparison with sibling tools like 'get_a_batched_submission' or 'get_statuses', leaving the agent with no usage direction.

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/BACH-AI-Tools/judge0_ce'

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