Skip to main content
Glama
ai-makes-sense

Weather and Tasks MCP Server

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_weatherA

Get the current weather for a city anywhere in the world.

Example: get_weather("Tokyo") -> "Tokyo, Japan: 18.4°C, partly cloudy, wind 9 km/h".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

With a single tool, naming is trivially consistent; the verb_noun pattern is followed.

Tool Count2/5

A single tool is insufficient for a server named 'Weather and Tasks', which implies at least a weather and a task tool.

Completeness2/5

The server only provides a basic weather retrieval function, lacking forecast or task capabilities, making it incomplete for its stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues