Skip to main content
Glama

status

Check an Apple TV's power state and now-playing information using paired control, without requiring screenshots or screen observation.

Instructions

Read power and now-playing metadata through paired control; no screenshots needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/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 behavioral burden. It accurately states the operation is a read ('Read') and clarifies that no screenshots are involved, which is useful. However, it does not explain prerequisites like device pairing, failure behavior, or whether this consumes any resources, leaving significant behavioral ambiguity.

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 definition is a single short sentence, which is efficient and front-loads the verb 'Read'. The phrase 'through paired control; no screenshots needed' is compressed but packs a distinction; however, some wording is ambiguous rather than simply concise.

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?

The tool is simple (one param, output schema present), but the one required parameter is entirely undocumented in both schema and description, and usage context relative to siblings is missing. The description gives no sense of what 'paired control' means operationally, so an agent would struggle to invoke this correctly without external knowledge.

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

Parameters1/5

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

The input schema contains one required string parameter 'device' with zero description coverage, and the tool description never mentions the device parameter. The agent receives no guidance on what value to pass (device ID, name, URI) or how it relates to 'paired control'. This is a complete gap.

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?

The description names a specific read operation ('Read power and now-playing metadata') and adds a differentiator ('no screenshots needed') that hints at what the tool is not for. However, 'through paired control' is vague and does not clearly tie to any sibling tool's role, so it is not a fully precise sibling distinction.

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 when-to-use or alternative selection is provided. The phrase 'no screenshots needed' only implies a contrast with a screenshot-based workflow, but it never names an alternative tool or states a condition for choosing this one. An agent is left to infer usage from the tool name.

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

Deploy Server

Other Tools