Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_plex_sync

Start a full Plex library scan to refresh Seerr's media catalog with current Plex content.

Instructions

Start full Plex library scan WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds that it is a WRITE operation and modifies the Seerr instance, reinforcing the annotation, but provides no deeper detail about side effects, authorization, or runtime behavior. No contradiction with annotations.

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 extremely short—two clauses—and front-loads the operation with 'Start full Plex library scan' followed by the WRITE warning. Every word serves a purpose.

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?

Despite having an output schema, the description lacks context about the operation's prerequisites, what the body parameter does, and how it relates to other plex sync/settings tools. It is a bare minimum description that leaves significant ambiguity for a tool with a generic body schema.

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

Parameters2/5

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

The schema has one optional 'body' property with no description, and schema coverage is 0%. The description does not mention the body parameter, whether it is required, or what structure it should follow. Since the body defaults to {} and allows any additional properties, the agent is left without guidance.

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

Purpose5/5

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

Description explicitly states the action ('Start full Plex library scan') and the resource ('Plex library'), and flags it as a WRITE operation that modifies the Seerr instance. This clearly distinguishes it from read-only sibling tools like seerr_list_settings_plex_sync.

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?

The description provides no explicit guidance on when to use this tool versus alternatives. It says 'WRITE: this modifies your Seerr instance,' which implies it's for modifying, but does not mention situations where it is appropriate, prerequisites, or contrast with list/create settings tools.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SavageCore/seerr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server