Skip to main content
Glama
darcycui

DarcyAIMCPServer

by darcycui

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_forecastC
获取天气信息
:param city: 城市名称
:return: 天气信息

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. The tool's purpose is clearly defined as getting weather forecasts.

Naming Consistency5/5

The single tool name 'get_forecast' follows a clear verb_noun pattern with snake_case, which is consistent and predictable.

Tool Count2/5

A server ostensibly about weather forecasting with only one tool is overly limited. Typically, even a minimal weather server would include multiple tools (current, forecast, etc.).

Completeness2/5

The tool set is severely incomplete for weather information. It only provides forecasts, missing current conditions, historical data, or alerts, which are standard for such a domain.

Maintenance

ActivityInactive
ResponsivenessNo issues