norikae-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_routeA | Search train routes between stations in Japan using Yahoo! Transit. IMPORTANT: Station names MUST be in Japanese kanji/kana. Convert before calling: English → Japanese:
Chinese (Simplified/Traditional) → Japanese kanji:
Examples:
Options summary:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| norikae-usage | Instructions for using the Japanese train route search tool |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no ambiguity or overlap with other tools. The purpose of search_route is clear and unique.
The single tool name 'search_route' follows a clean verb_noun pattern. Consistency is trivially maintained with only one tool.
The server has exactly one tool for a very focused domain. While not excessive, it feels thin for a route search service that might benefit from supporting tools like station lookup or route alternatives.
The search_route tool covers the core route search functionality with extensive options (time, ticket, seat, walk speed, sort order, and transit mode filters). However, there are minor gaps such as no station information or direct comparison of multiple routes.