Skip to main content
Glama
mikesplore
by mikesplore

toggle_play_pause

Toggle media playback between play and pause on a remote host. Control audio and video playback through the Vela RemotePC MCP server.

Instructions

Toggle media playback on or off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate this is not read-only and not idempotent; the description adds the concrete behavioral detail that it flips media playback between 'on' and 'off'. It does not go further to explain edge cases such as what happens when no media is active, but for a simple toggle this is acceptable baseline transparency.

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 a single six-word sentence with no filler or redundant detail. It is front-loaded and perfectly sized for a tool with no parameters.

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 zero-parameter toggle, the description covers the core action, but it leaves out useful context such as which media player/context is targeted, what happens if nothing is playing, and whether the tool returns any state confirmation. Since there is no output schema, a bit more explanation would make it fully complete.

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

Parameters4/5

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

The input schema has zero parameters, so the baseline is 4. The description doesn't need to explain parameter semantics because there are none to document.

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 states a clear action ('Toggle') and resource ('media playback') with a binary outcome ('on or off'), so an agent can understand what the tool does. It does not explicitly differentiate itself from sibling media-control tools like next_track, previous_track, or seek_media, but the play/pause semantics are distinct enough.

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

Usage Guidelines3/5

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

The intended use case is implied by the verb 'Toggle': use this when you want to start or pause current media playback. However, it provides no explicit when-to-use or when-not-to-use guidance and does not mention alternative sibling tools for controlling media.

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