Skip to main content
Glama
SavageCore
by SavageCore

seerr_import_plex_users

Import all Plex users into your Seerr instance to sync user accounts. This write operation modifies Seerr by adding users from Plex.

Instructions

Import all users from Plex WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already indicate readOnlyHint=false, so the description's 'WRITE' adds little new information. It adds the phrase 'this modifies your Seerr instance', which is somewhat more specific, but it does not disclose potential side effects such as creating many user accounts, whether the import is idempotent, or if prior Plex setup is required. This falls short of providing meaningful behavioral context beyond the 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 a single, compact sentence that efficiently communicates the tool's purpose. The warning 'WRITE: this modifies your Seerr instance' is front-loaded and presents the key caveat. No superfluous words are used, and it avoids unnecessary elaboration.

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?

For a write operation that imports all Plex users, the description is sparse. It does not mention prerequisites like having Plex configured, how existing users are handled, what the request body should include, or how the import is performed. Although an output schema exists, the lack of context around the operation's behavior and input makes the description insufficient for an agent to confidently utilize the tool.

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?

The input schema has one parameter 'body' with default {} and additionalProperties true, and schema description coverage is 0%. The tool description does not mention the body parameter or explain what it should contain, leaving the agent without any guidance for constructing a valid request. Since the description does not compensate for the schema's lack of parameter documentation, this scores very low.

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?

The description clearly states the action 'Import all users from Plex', combining a specific verb with a resource. It also notes this is a write operation, distinguishing it from read-only tools. The mention of Plex differentiates it from the similar sibling seerr_import_jellyfin_users.

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 description implies usage for importing Plex users, but it does not explicitly state when to use this tool versus alternatives like seerr_import_jellyfin_users. There are no stated exclusions, prerequisites, or context about configuring Plex beforehand, so the guidance is only implicit.

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