Skip to main content
Glama
acxelerator

mcp-tenki

by acxelerator

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_forecastB
Get forecast for a location in Japan

Args:
    prefecture: Name of the prefecture of Japan (in English alphabets, e.g.) "Hokkaido", "Tokyo", "Osaka", etc.)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as getting forecasts for Japanese locations, making it distinct by default.

Naming Consistency5/5

The single tool follows a clear verb_noun pattern (get_forecast), which is consistent and predictable. Since there are no other tools, there is no inconsistency to evaluate.

Tool Count2/5

One tool is too few for a weather forecasting server, as it lacks essential operations like searching locations, getting current conditions, or handling multiple forecast types. This minimal scope will likely cause agent failures due to incomplete functionality.

Completeness2/5

The server is severely incomplete for weather forecasting; it only provides forecasts without supporting related operations like current weather, alerts, or location validation. This creates significant gaps that will hinder agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues