Skip to main content
Glama
rollecode

Bazarr MCP server

by rollecode

list_plex_oauth_pin

Read-onlyIdempotent

Retrieve a Plex OAuth PIN to authenticate Bazarr with Plex. Use this PIN to complete authorization and link your Plex account.

Instructions

GET plex/oauth/pin.

GET /api/plex/oauth/pin

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

D1.8/5.0
Behavior1/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, but the description adds no context beyond the endpoint. It does not disclose what the response contains, whether authentication is required, or any side effects. Given the annotations, the description contributes zero behavioral information beyond what is already structured.

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

Conciseness2/5

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

The description is extremely short, but brevity is not conciseness here. The two lines merely repeat the endpoint and add no semantic value. A concise description would state the tool's purpose in one clear sentence; this one earns no place for its sentences because they add nothing.

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?

Even though an output schema exists and parameters are absent, the description fails to tell an agent what the tool does or when to invoke it. Given the multiplicity of OAuth-related sibling tools, this is a critical gap. The agent cannot make an informed call-selection decision based on this description alone.

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, so the schema covers everything trivially (100% coverage). The description correctly implies there is nothing to parameterize, and with no parameters there is nothing more to explain. The baseline of 4 for zero-parameter tools applies.

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

Purpose2/5

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

The description restates the HTTP method and endpoint ('GET /api/plex/oauth/pin') without explaining what a Plex OAuth PIN is or what the tool actually accomplishes. It distinguishes the tool only by its name and endpoint, not by function, and gives the agent no insight into its role among the many OAuth-related siblings like get_plex_oauth_pin_by_pin_id_check.

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?

There is no guidance on when to use this tool versus any of the many related OAuth tools. The description does not mention prerequisites, typical workflows, or alternatives, leaving the agent to guess from the name alone.

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