Skip to main content
Glama
Zesty0wl
by Zesty0wl

createPoeSchedule

Schedule PoE power to switch ports by binding a time range profile, enabling timed on/off control. For Omada-managed devices, use a reboot schedule instead to avoid hard power cuts.

Instructions

Create a PoE schedule. Prefer a reboot schedule where the target is an Omada-managed device — cutting PoE is a hard power cut, and it will also drop anything else sharing the port, including a PoE-powered controller. Requires OMADA_WEB_USERNAME/OMADA_WEB_PASSWORD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesPoE schedule object. Binds a time range profile (see listTimeRanges) to switch ports.
siteIdNo
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well. It discloses the destructive side effect (hard PoE power cut, collateral port drops, including PoE-powered controllers) and the authentication requirement, which are exactly the non-obvious traits an agent needs.

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?

Two efficient sentences front-load the purpose, then add the high-value safety warning and credential requirement. No filler, no repetition, and every sentence earns its place.

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

Completeness2/5

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

For a mutating creation tool with no annotations, no output schema, and a nested free-form data object, the description leaves critical gaps: it never mentions siteId, does not specify what fields data should contain beyond a time-range-to-port binding, and says nothing about response behavior. An agent would still have to guess at the request shape.

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 data parameter gains meaning beyond the schema: it binds a time-range profile to switch ports and points to listTimeRanges. However, siteId is completely undocumented in both schema and description, and data's additionalProperties are unconstrained, so parameter semantics are only partially enriched.

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?

States the action 'Create' and object 'PoE schedule' clearly and immediately. It also distinguishes the tool from createRebootSchedule by warning to prefer a reboot schedule on Omada-managed devices, and from update/delete/list siblings by the create verb.

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

Usage Guidelines5/5

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

Explicitly tells the agent to prefer createRebootSchedule when the target is an Omada-managed device and explains why: PoE is a hard power cut and drops anything else sharing the port. It also names the required credentials, giving a clear precondition for calling the tool.

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

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/Zesty0wl/omada-mcp'

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