Skip to main content
Glama

get_dataset_info

Retrieve detailed metadata for a JAXA Earth dataset, including resolution, time period, units, citation, license, and usage notes.

Instructions

データセットの詳細情報を返す。

分解能(ppu_max / ピクセル度・メートル概算)、提供期間、静的判定、単位、 出典(citation/DOI)、ライセンス、クレジット表記例("Credit: <名> (JAXA)")、 利用上の注意(気温ではない/雲欠測/分解能の粒度など)を含む。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYes
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It details what information is returned (resolution, period, etc.) but omits side effects, authentication needs, or error conditions. The read-only nature is implied but not explicit.

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, starting with the core purpose and listing key contents in a structured way. It is not overly verbose, though the bullet list could be more formalized. Front-loaded with the main action.

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 no output schema or annotations, the description provides a comprehensive list of returned information (resolution, period, citation, license, usage notes). It covers most necessary context for an info tool, though return format is not specified.

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 only parameter dataset_id lacks schema description (0% coverage). The tool description does not add meaning to this parameter, leaving the agent unclear on how to obtain or format the ID. Some compensation is needed but absent.

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 the tool returns detailed dataset information, listing specific contents like resolution, period, sources, etc. It distinguishes from siblings such as get_area_image, get_point_timeseries, and list_datasets, which serve different purposes.

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 does not provide explicit guidance on when to use this tool versus alternatives. It only implies usage for retrieving dataset metadata, but lacks when-not-to-use or references to sibling tools.

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/a-hikata/jaxa-earth-mcp'

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