Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAXA_MCP_OUTPUTSYesDirectory path for storing output images (e.g., PNG files).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_datasetsA

JAXA Earth API のデータセットを検索する。

keyword を省略すると主要データセット(降水/地表面温度/植生/地形/土壌水分)を返す。 keyword を与えると STAC カタログ全体を ID 部分一致で検索する (例: "GSMaP", "GCOM-C LST", "AW3D30")。

get_dataset_infoB

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

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

get_point_timeseriesA

地点の時系列(日付・値の配列+基本統計)を返す。

lat/lon 省略時は魚沼(37.2250, 138.9689)。日付は YYYY-MM-DD。

  • bbox はデータセットの分解能に応じて自動拡張し領域平均を返す。

  • 期間が 100 日を超える場合は内部で自動分割し結合する。

  • 静的データ(DSM 等)は日付を無視して単発取得する。

  • 雲欠測は value=null(NaN)のまま返し、補間しない。

get_area_imageA

指定領域・日付の PNG を outputs/ に保存し、保存パス等を返す。

bbox=[min_lon, min_lat, max_lon, max_lat]、date=YYYY-MM-DD。 静的データは date を無視して当該データを描画する。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: image download, metadata retrieval, point timeseries, and dataset search. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_area_image, get_dataset_info, get_point_timeseries, list_datasets).

Tool Count5/5

Four tools is well-scoped for a geospatial data server, covering essential operations without unnecessary clutter.

Completeness4/5

Covers search, metadata, point and area data retrieval. Minor omission: no direct tool for listing available dates or data coverage, but dataset info includes period.

Maintenance

ActivityStale
ResponsivenessNo issues