Skip to main content
Glama
bitpackman

tokyo-opendata-mcp

by bitpackman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_datasetsA

東京都オープンデータカタログ(9,642データセット)を検索します。カタログの検索は同義語も表記ゆれも吸収しない(「避難」では937件中96件しかヒットしない)ため、このツールは複数の表記に自動展開して検索し、結果を統合します。

get_datasetA

データセットIDから、提供元・メンテナー・更新頻度・リソース一覧を取得します。カタログの更新日は一括移行日である場合があるため、鮮度を誤認しないよう警告を付けて返します。

query_dataset_api

東京都オープンデータAPIから実データの行を取得します。元CSVに由来する空行はスキップし、要求件数に達するまで読み進めます。続きを取得するときは、応答の next_offset を offset に渡してください。

list_dataset_resourcesA

データセットに含まれるCSV/Excelリソースと、データ取得のためのヒントを返します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: searching datasets, retrieving dataset metadata, and listing resources within a dataset. There is no overlap.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern (search_datasets, get_dataset, list_dataset_resources), making their actions predictable.

Tool Count5/5

Three tools are well-scoped for a focused server on Tokyo open data metadata. Each tool adds clear value without redundancy.

Completeness4/5

The tool set covers search, metadata retrieval, and resource listing, but lacks a direct tool to download or query the actual data files, relying on hints instead.

Maintenance

ActivityStale
ResponsivenessNo issues