Skip to main content
Glama
new-village

furunavi-mcp-community

by new-village

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
furunavi_auth_statusA

ふるなびのログインセッション保存状況を確認します。

furunavi_auth_loginA

ブラウザを開き、利用者自身の操作でふるなびへログインしてセッションを安全に保存します。

furunavi_auth_clearA

保存済みのふるなびログインセッションを削除します。

furunavi_search_productsC

キーワードでふるなびの返礼品を検索します。

furunavi_get_productC

返礼品IDから詳細情報を取得します。

furunavi_add_favoriteA

ログイン済みセッションを使い、指定返礼品をお気に入りに追加します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: authentication management (status, login, clear), product search, product detail retrieval, and adding favorites. No overlapping functionality.

Naming Consistency4/5

All tools share the 'furunavi_' prefix and use snake_case. However, the structure varies: some combine domain and action (e.g., furunavi_auth_login) while others use verb-noun (e.g., furunavi_search_products), creating minor inconsistency.

Tool Count5/5

With 6 tools covering authentication, search, product details, and favorites, the count is well-scoped for the domain. Each tool serves a necessary function without bloat.

Completeness4/5

Core operations are present (auth CRUD, search, get product, add favorite). Missing features like removing favorites or listing favorites are minor gaps that agents can work around.

Maintenance

ActivitySlowing
ResponsivenessNo issues