Skip to main content
Glama
dogukanteber

netcdf-mcp

by dogukanteber

get_file_structure

Retrieve the full structure of a NetCDF file, including dimensions, coordinates, data variables, and global attributes, to quickly understand its contents.

Instructions

Get the complete structure of a NetCDF file.

Returns dimensions, coordinates, data variables, and global attributes.

Args: file_path: Path to the NetCDF file.

Returns: JSON string containing the file structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the return type (JSON string) and the content of the returned structure, and 'Get' implies a read-only operation, but it does not mention error behavior, file access requirements, or potential performance limitations.

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 and structured with a clear opening summary followed by Args and Returns sections. Every line serves a purpose, and the main function is front-loaded. Minor redundancy exists between the opening line and the Returns section, but it is not wasteful.

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 simple single-parameter read-only tool with an output schema, the description covers the input parameter, the output format, and the returned content. It does not explicitly differentiate from the many sibling tools, but the 'complete structure' framing makes its role fairly clear. Missing error handling and edge-case guidance, but overall it is complete enough for basic invocation.

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 input schema provides no description for file_path (0% coverage), so the description's 'Path to the NetCDF file' is the only semantic guidance. It correctly explains the parameter's role but lacks further detail such as accepted path formats, whether remote paths are supported, or file extension expectations, making it minimally sufficient for a single parameter.

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 'Get', names the resource as 'the complete structure of a NetCDF file', and explicitly enumerates the contents returned (dimensions, coordinates, data variables, global attributes). This clearly distinguishes it from sibling tools like list_variables or get_global_attributes, which focus on individual parts.

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 phrase 'complete structure' implies it is the umbrella tool for a whole-file overview, but the description does not explicitly state when to use this tool versus siblings like get_variable_info or get_dimension_values. There is no when-to-use or when-not-to-use guidance, leaving the agent to infer the intended scope.

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