Skip to main content
Glama

case_submit

Submit a CESM case for execution, with options for container-based synchronous runs using no_batch.

Instructions

Submit a CESM case (./case.submit).

Pass container= to run inside a crocontainer session. When using a container, also pass no_batch=True — the container runs interactively and does not have access to PBS/slurm, so batch submission will fail.

container + no_batch=True is the fast-iteration path: model runs synchronously inside the container and returns output to this session with no queue wait.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_dirYes
no_batchNo
resubmitNo
containerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behavioral traits: batch submission by default, synchronous execution when container+no_batch=True, and the interaction with crocontainer. It does not detail return values or failure modes.

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

Conciseness4/5

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

The description is concise with a clear purpose statement followed by essential usage notes. It avoids extraneous information and is well structured for quick reading.

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?

With 4 parameters, no annotations, and an output schema not described, the description is insufficiently complete. It omits explanations for 'case_dir' and 'resubmit', and does not describe what the tool returns or any error conditions.

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?

The schema coverage is 0%, yet the description only indirectly explains 'container' and 'no_batch' through usage context. 'case_dir' (required) and 'resubmit' are not mentioned at all, leaving the agent without semantic guidance for these 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 'Submit a CESM case' with a specific verb and resource. It distinguishes this from sibling tools like get_case_status or preview_run by focusing on submission.

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 provides explicit guidance on using container and no_batch together, including the rationale and consequences. However, it does not contrast with alternatives like preview_run.

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/CROCODILE-CESM/MCP_cesm_runner'

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