Skip to main content
Glama
kalcifield

eea-climate-data-mcp

by kalcifield

get_sql_capabilities

Get the documented and live-tested SQL capability matrix for the EEA Discodata service, showing which SQL features are available for querying European climate data.

Instructions

Return the documented and live-tested Discodata SQL capability matrix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It does not disclose whether the tool performs a live network call, caches results, or has any side effects. The phrase 'documented and live-tested' hints at verification but does not elaborate on behavior or resource implications.

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 a single, concise sentence that efficiently states the tool's purpose. There is no wasted wording, and the key information (what it returns) is front-loaded.

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?

Given the tool has no parameters and includes an output schema, the description adequately covers the basics. However, it lacks contextual guidance on how and why this tool fits into the broader workflow (e.g., before querying or validating SQL), which is important given the large sibling set.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema is trivially fully covered. The description adds no parameter-specific information (because none is needed), and the baseline for zero-parameter tools is 4, which is appropriate here.

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 clearly states the tool's action ('Return') and resource ('Discodata SQL capability matrix'), making its purpose comprehensible. However, it does not explicitly distinguish this tool from its siblings (e.g., validate_sql, query_sql), so it lacks the differentiation seen in top-tier descriptions.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus the sibling tools. It does not mention that this might be a prerequisite for understanding SQL feature support before running validation or queries, nor does it provide any context for selection.

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/kalcifield/eea-climate-data-mcp'

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