Skip to main content
Glama
ShashankEd

Minimal MCP Demo

by ShashankEd

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_weatherC

Get a simple weather report for a city

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. Each tool (the only tool) has a distinct purpose.

Naming Consistency5/5

The single tool name 'get_weather' follows a standard verb_noun convention, making the naming consistent by default.

Tool Count3/5

With just one tool, the set is on the thin side, but for a minimal demo this is acceptable; it falls into the borderline range for tool count.

Completeness5/5

The tool covers the single stated purpose of retrieving a weather report, so there are no obvious gaps for a simple read-only weather demo.

Maintenance

ActivitySlowing
ResponsivenessNo issues