Skip to main content
Glama

post_airmedia_receviers_receiver_name

Update an AirMedia receiver's configuration, including password and on-screen code, by specifying the receiver name.

Instructions

Error codes: unknown_target, no_client, set_pass, set_onscreen_code, no_ctrl, http, bad_session, bad_name, bad_device_id, bad_remote_id, req_in_progress, fetch, no_display, playback_state, no_slideshow_srv, no_mem, inout_file, no_volume_control, connect, unauthorized, unsupported_media, bad_type, unimplemented

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiver_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • removedInput schema / properties / action
      Removed value: -{
      -  "description": "Values: `start`: start playing a media; `stop`: stop playing a media",
      -  "enum": [
      -    "start",
      -    "stop"
      -  ],
      -  "type": "string"
      -}
    • removedInput schema / properties / media
      Removed value: -{
      -  "description": "The media to play.",
      -  "type": "string"
      -}
    • removedInput schema / properties / media_type
      Removed value: -{
      -  "description": "Values: `photo`: display a photo; `video`: display a video",
      -  "enum": [
      -    "photo",
      -    "video"
      -  ],
      -  "type": "string"
      -}
    • removedInput schema / properties / password
      Removed value: -{
      -  "description": "Optional receiver password.",
      -  "type": "string"
      -}
    • removedInput schema / properties / position
      Removed value: -{
      -  "description": "Start position for a video.",
      -  "type": "integer"
      -}
    • removedInput schema / properties / receiver_name / description
      Removed value: -"Name of the AirMedia receiver to send the media request to"
  2. First observedv0.1.0

TDQS

D1/5.0
Behavior1/5

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

No annotations provided and description does not disclose any behavioral traits such as side effects, permissions, or return values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a list of error codes, which is not concise but rather irrelevant to the tool's purpose.

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

Completeness1/5

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

With one parameter, 0% schema coverage, no output schema, and no annotations, the description is completely inadequate for an AI agent to use the tool correctly.

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?

Schema description coverage is 0%, and the description adds no meaning to the 'receiver_name' parameter.

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

Purpose1/5

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

The description only lists error codes, not stating what the tool does. The name suggests posting to a receiver, but no verb or resource is described.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives, no when-not-to-use, and no context.

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