Skip to main content
Glama

get_automation_algorithm

Retrieve the definition of a specific automation algorithm by name to inspect its settings and behavior for configuring radio station automation.

Instructions

View the definition of a specific automation algorithm

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe automation algorithm name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, but 'View' does signal a non-mutating read operation. It says nothing about what the returned 'definition' contains, error behavior, or permissions, so the disclosure is thin.

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?

One short, front-loaded sentence with zero filler. It is efficient, though it stops short of adding any routing or scoping value.

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?

For a single-parameter read tool with full schema coverage and no output schema, the definition is minimally viable. It leaves unclear what a 'definition' includes, which a reader-call agent might want to know.

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?

Schema description coverage is 100% with a single 'name' parameter, so the schema already documents the argument. The description only restates that a specific algorithm is targeted, adding no format or naming detail.

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

Purpose4/5

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

Clear verb ('View') plus resource ('automation algorithm') with a 'specific' scoping qualifier. It is implicitly distinguishable from its create/update/delete siblings, though it never names them explicitly.

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 when-to-use context, no alternatives named, and no prerequisite stated beyond the implied need for a name. The agent must infer usage purely from the name.

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