Skip to main content
Glama
swannman
by swannman

Get live controller status

baseline_get_status

Provides live snapshot of controller status: overall, per-zone, per-device with status codes and decoded sensor readings.

Instructions

Live snapshot for a controller: overall status plus per-zone and per-device status codes (Running/Done/Off/Error/etc.) with decoded sensor readings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
controllerIdNoController id (from baseline_list_controllers). Optional when the account has exactly one accessible controller or BASELINE_CONTROLLER_ID is set; otherwise required.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It describes the output content (status codes and sensor readings) but omits critical details such as whether the call is read-only, any performance or rate-limiting considerations, or whether it returns raw or processed data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single focused sentence that efficiently conveys the tool's purpose and key outputs. It is compact and free of extraneous information, though it could be slightly more structured by separating the list of output elements.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description fairly covers what to expect: overall status, per-zone and per-device status codes, and decoded sensor readings. This provides sufficient context for an agent to understand the return value shape and decide to invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides a thorough description for the single parameter controllerId, including optionality rules. The description adds no additional meaning beyond what the schema states. With 100% schema coverage, a score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses 'Live snapshot' as a strong verb+resource combination and lists specific outputs (overall status, per-zone and per-device status codes, decoded sensor readings) that clearly distinguish it from sibling tools like baseline_get_alarms or baseline_get_history.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for retrieving a live controller snapshot but provides no explicit guidance on when to use it versus alternatives like baseline_get_live or baseline_get_programs. The schema hints at conditional requirement for controllerId, but that is parameter-level, not usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swannman/baseline-irrigation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server