Skip to main content
Glama

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_weatherC

Get weather info for a given city.

get_current_dateB

获取当前日期, 如果用户没有提供日期, 则返回当前日期, 如果用户提供的是相对单位, 如前天, 昨天, 明天, 则返回相对单位后的日期

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 two tools have completely distinct purposes: get_current_date handles date retrieval and relative date calculations, while get_current_weather provides weather information for cities. There is no overlap in functionality, making it impossible to confuse them.

Naming Consistency5/5

Both tools follow a consistent 'get_current_' prefix pattern with a descriptive noun suffix (date, weather). This clear and uniform naming convention makes the tools easily identifiable and predictable.

Tool Count2/5

With only two tools, the server feels extremely thin and under-scoped for a general-purpose demo. While each tool is functional, the set lacks breadth, suggesting it might be incomplete or overly narrow for practical agent use.

Completeness2/5

Given the server's name 'Workers MCP Demo', which implies a broader utility or demo purpose, the toolset is severely incomplete. It covers only date and weather queries, missing many common demo functionalities like data processing, API testing, or other utility operations.

Maintenance

ActivityInactive
ResponsivenessNo issues