Skip to main content
Glama
CROCODILE-CESM

regional-ocean-debugger-mcp

diff_params

Compare MOM_input parameters between two model cases, side by side. Identify differing values to diagnose why configurations behave differently.

Instructions

Compare MOM_input parameters between two CESM/MOM6 cases.

Returns parameters that differ, with values from both cases side by side. Useful for diagnosing why two configurations behave differently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_dir_aYes
case_dir_bYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 correctly states that the tool returns differing parameters and side-by-side values, but does not disclose whether any side effects occur (e.g., file modification) or error conditions, which is adequate for a read-only comparison tool.

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 concise sentences with no fluff: first states purpose, second describes output, third gives use context. Every sentence adds value.

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?

Given the tool has only two simple parameters and an output schema (not shown), the description covers the essential functionality. It could explicitly state that it works only for CESM/MOM6 cases, but the name and context imply this.

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 0%, so the description must explain parameters. It does not mention what 'case_dir_a' and 'case_dir_b' represent (paths to cases) or any format constraints, leaving ambiguity for the agent.

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 uses a specific verb 'compare' and resource 'MOM_input parameters between two CESM/MOM6 cases', clearly distinguishing it from sibling tools that perform different tasks like checking CFL or reading run logs.

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 'Useful for diagnosing why two configurations behave differently', providing clear context for when to use. However, it does not explicitly exclude scenarios or mention alternatives, but the context is sufficient for most cases.

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_regional_ocean_debugger'

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