Skip to main content
Glama

update_myplex_refresh_reachability

Idempotent

Refresh the reachability status of your Plex server to verify connectivity with plex.tv and update MyPlex settings.

Instructions

Refresh Reachability.

PUT /myplex/refreshReachability

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already indicate the operation is not read-only (readOnlyHint=false) and is idempotent, but the description adds no additional behavioral context. It does not disclose side effects, authorization requirements, rate limits, or what state changes occur on refresh.

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 description is very terse, containing only a phrase and an HTTP path. It is front-loaded and contains no fluff, which is generally good, but it borders on under-specification. Still, for a 0-parameter tool, the brevity is not itself a problem.

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?

Even with zero parameters and an output schema present, the description is incomplete. It fails to define what reachability is, what the refresh operation does, or what observable effect it has. An agent cannot determine when to call this tool or what to expect from it.

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 tool has zero parameters)Skip explanation needed. The schema covers 100% of properties (none), so the description does not need to add parameter details. Baseline 4 for 0 parameters is appropriate.

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

Purpose3/5

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

The description states a specific verb+resource ('Refresh Reachability'), but it is essentially a restatement of the tool name and the HTTP endpoint. It does not explain what 'reachability' means in this context or what the refresh actually does, and it does not differentiate the tool from its many siblings.

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?

There is no guidance on when to use this tool versus any alternative. The description gives no context about the intended scenario, prerequisites, or exclusions. It is a bare command with no usage direction.

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