Skip to main content
Glama
Latinum-Formal-Methods

Weather MCP Tool

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SELLER_WALLETYesThe Solana devnet public address that will receive payments

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_weatherD

Call self as a function.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to confuse it with. The single tool's purpose is clearly defined as retrieving weather information.

Naming Consistency5/5

Since there is only one tool, it inherently exhibits perfect naming consistency with itself. The tool name 'get_weather' follows a clear verb_noun pattern, which would be consistent if more tools existed.

Tool Count2/5

A single tool for a weather server is too few for the apparent scope, as weather-related operations typically involve more functionality (e.g., forecasts, alerts, historical data). This minimal set feels thin and incomplete for the domain.

Completeness1/5

The tool surface is severely incomplete for a weather domain, offering only basic current weather retrieval. There are significant gaps, such as lack of forecast data, location-based searches, or historical weather information, which will likely cause agent failures in broader tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues