Skip to main content
Glama
hideya

Model Context Protocol (MCP) Server

by hideya

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYNoAPI key for accessing Groq services
OPENAI_API_KEYNoAPI key for accessing OpenAI services
ANTHROPIC_API_KEYNoAPI key for accessing Anthropic services

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get-alertsC

Get weather alerts for a US state

get-forecastB

Get weather forecast for a location in the US

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The tools get-alerts and get-forecast have clearly distinct purposes: one provides weather alerts, the other gives forecasts. No overlap.

Naming Consistency5/5

Both tool names follow the consistent pattern 'get-<resource>', using lowercase and hyphens, which is predictable.

Tool Count2/5

With only 2 tools, the server feels too sparse for a weather domain. Typically, more operations like current conditions or radar would be expected.

Completeness2/5

The tool set only covers alerts and forecasts, missing common weather operations like current conditions, location search, or severe weather warnings, resulting in significant gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues