Skip to main content
Glama
kishore341

Weather Checker

by kishore341

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
check_weatherC

Get weather information for a specified location.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools, making disambiguation perfect.

Naming Consistency5/5

The single tool name 'check_weather' follows a clear verb_noun pattern, and with only one tool, consistency is trivial.

Tool Count2/5

A single tool for a weather service feels too thin; typical weather APIs offer multiple endpoints (current, forecast, alerts), so this count is insufficient for the apparent scope.

Completeness2/5

The tool set likely lacks essential features like forecasts, historical data, or location types, making it incomplete for realistic weather queries.

Maintenance

ActivityInactive
ResponsivenessNo issues