Skip to main content
Glama
ober37

AC Infinity MCP

list_advance_automations

Retrieve all advance automations (programs) configured on an AC Infinity device, including their names, enabled status, and currently running state.

Instructions

List all Advance Automations configured on a device.

Advance Automations (also called "programs" in the AC Infinity app) are named schedules that can govern one or more ports simultaneously.

Args: device_id: The AC Infinity device code (from discover_devices).

Returns: JSON with "automations" list. Each entry includes automation_id, name, enabled status, and currently_running flag. Empty: {"device_id": "...", "automations": []}. On failure returns {"error": "...", "detail": "..."}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses return format (JSON with automations list) and error behavior, but does not mention side effects, authentication requirements, or rate limits. Adequate for a read-only list operation.

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?

Well-structured with header, explanations, arguments, and return examples. Front-loaded purpose clearly. Slightly verbose with docstring-style formatting but no wasted sentences.

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

Completeness5/5

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

Given one parameter, no annotations, and presence of output schema, the description fully explains input, output structure including fields and error cases. No additional context needed.

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?

The single parameter 'device_id' is described as 'The AC Infinity device code (from discover_devices)', adding meaning beyond the schema which only specifies type string. Schema coverage is 0%, so description fully compensates.

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 the tool lists all Advance Automations on a device, explains that they are also called 'programs' and are named schedules governing ports, which distinguishes it from siblings that create, delete, or get individual automations.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like 'get_advance_automation' or 'create_advance_automation'. The description simply states what it does without clarifying context for selection.

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/ober37/ac-infinity-mcp'

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