Skip to main content
Glama
norman2112

bhyve-mcp

by norman2112

update_program

Modify an existing watering program's start times, frequency, and budget. Requires device and program IDs.

Instructions

Update an existing watering program's configuration.

Programs must be created in the B-Hyve app first. Only modifies existing programs.

Args:
    device_id: Device ID from list_devices.
    program_id: Program ID from get_programs.
    start_times: Watering start times in HH:MM format.
    frequency: Frequency config with type (days|interval), days [0-6], interval int.
    budget: Watering budget percentage (0-200, 100 = default).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
budgetNo
device_idYes
frequencyNo
program_idYes
start_timesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose whether updates are partial or full, side effects, authorization needs, or return behavior. The output schema exists but is not referenced.

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

Conciseness5/5

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

The description is concise with two sections: a purpose sentence plus a note, followed by an Args list. It is front-loaded with the core action and wastes no words.

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

Completeness3/5

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

Given the output schema exists, return values are not required. However, the description omits update semantics (e.g., partial vs full update) and does not mention what happens if optional parameters are omitted. It is moderately complete but could be clearer.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates fully by explaining each parameter: device_id and program_id sources, start_times format, frequency configuration with type and days/interval, and budget range. This adds significant meaning beyond the bare schema.

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 clearly states it updates an existing watering program's configuration, specifying the resource (program) and action (update). This distinguishes it from sibling tools like get_programs (read) and start_watering (action).

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

Usage Guidelines4/5

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

The description explicitly says programs must be created in the B-Hyve app first and only modifies existing programs, providing clear when-to-use guidance. However, it does not mention alternatives among siblings or explicitly state when not to use it.

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/norman2112/bhyve-mcp'

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