Skip to main content
Glama
dogukanteber

netcdf-mcp

by dogukanteber

check_data_quality

Detect missing values, outliers, and suspicious patterns in any NetCDF variable to produce a clear data quality report.

Instructions

Check a variable for data quality issues: NaN/missing values, outliers, suspicious patterns.

Args: file_path: Path to the NetCDF file. variable_name: Name of the variable to check.

Returns: JSON string with data quality report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
variable_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure burden. It does state the return type ('JSON string with data quality report') and the kinds of issues detected, but it does not disclose read-only behavior, thresholds, handling of missing variables, or what counts as a 'suspicious pattern'.

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 compact and front-loaded, with clear Args and Returns sections and no filler. It earns a strong score for structure; it loses one point only because the parameter explanations are thin and could add useful detail without becoming verbose.

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

Completeness3/5

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

For a two-parameter analysis tool with an output schema, the description covers the essential invocation details: what file to point at, what variable to check, and what kind of result is returned. It is not fully complete because the semantics of 'suspicious patterns' and outlier detection are left undefined, forcing the agent to discover behavior at call time.

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's Args section is the only parameter documentation. It adds minimal but real meaning: file_path is a path to a NetCDF file, and variable_name is the variable to check. It does not specify how to locate the variable within the file or validate it, but the basic semantics are sufficient for correct parameter identification.

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

Purpose4/5

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

The description opens with a specific verb and resource ('Check a variable for data quality issues') and enumerates concrete checks: NaN/missing values, outliers, and suspicious patterns. This makes it distinguishable from statistical or structural sibling tools, though it never explicitly names an alternative.

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

Usage Guidelines3/5

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

The phrasing implies this tool should be used when an agent needs a quality assessment rather than statistics, metadata, or variable explanations. However, there is no explicit when-to-use vs. when-not-to-use guidance and no mention of how it compares to close siblings like get_variable_stats or check_cf_compliance.

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

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/dogukanteber/netcdf-mcp'

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