Skip to main content
Glama
yasunorioi

uecs-ccm-mcp

by yasunorioi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUBMED_EMAILYesYour email address (required by NCBI)
PUBMED_API_KEYNoOptional API key for higher rate limits

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_sensor_dataA

Get latest greenhouse sensor data (temperature, humidity, CO2, etc.).

Args: house_id: House identifier (e.g., "h1"). Derived from CCM room number. sensor_types: Filter by sensor types. None or ["all"] returns all sensors.

get_actuator_statusC

Get current actuator states (irrigation, ventilation, curtain, etc.).

Args: house_id: House identifier (e.g., "h1").

set_actuatorA

Control a greenhouse actuator via CCM packet.

SAFETY: Only allowed actuator types can be controlled. Irrigation has a maximum duration of 3600 seconds. Minimum 1 second between commands.

Args: actuator: CCM actuator type (e.g., "Irri", "VenFan", "VenRfWin", "ThCrtn"). state: True=ON/OPEN, False=OFF/CLOSE. priority: CCM priority (1=emergency, 10=normal, 30=low). duration_seconds: Auto-OFF timer in seconds. If set, actuator turns OFF automatically after this duration. house_id: House identifier (e.g., "h1").

get_weather_summaryB

Get outdoor weather station data (temperature, humidity, wind, rainfall).

Data comes from ArSprout external weather sensors (e.g., Misol WH65) via UECS-CCM multicast.

Args: house_id: House identifier (e.g., "h1").

list_nodesA

List UECS nodes detected on the network.

Nodes are tracked by their source IP address and the CCM data types they broadcast.

Args: active_only: If True, only show nodes seen in the last 5 minutes.

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 5 tools

Disambiguation5/5

Each tool serves a distinct purpose: reading sensor data, weather, actuator status, listing network nodes, and controlling actuators. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (get_, list_, set_), making them predictable and easy to understand.

Tool Count5/5

Five tools is well-scoped for greenhouse monitoring and control, covering essential operations without unnecessary duplication or gaps.

Completeness4/5

The set covers core CRUD-like operations (read sensor data, control actuator) but lacks historical data retrieval or detailed node diagnostics, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues