Skip to main content
Glama

list_library_sections_prefs

Read-onlyIdempotent

Retrieve library section preferences for your Plex media server, optionally filtered by metadata type or agent.

Instructions

Get section prefs.

GET /library/sections/prefs

Args: type: The metadata type agent: The metadata agent in use

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
agentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, and the description only adds the HTTP method and endpoint. It provides no additional behavioral context such as whether the response covers defaults, all sections, or only those matching the given type/agent.

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 very short and front-loaded: a purpose sentence, the endpoint, and a parameter list. There is no filler or redundant exposition.

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 simple optional-param GET with an output schema and safe annotations, the basics are present. However, the lack of scoping, no mention of alternatives, and vague parameter semantics leave an agent uncertain how this differs from the many sibling prefs tools.

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

Parameters3/5

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

Schema description coverage is 0%, so the Args section is the only parameter help. It gives a one-line gloss for each parameter ('The metadata type', 'The metadata agent in use'), which is more than the schema provides, but the glosses are vague and lack examples or value constraints.

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

Purpose4/5

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

The description states a clear verb and resource ('Get section prefs') and includes the exact endpoint. However, it does not distinguish this from sibling prefs-related tools like get_library_sections_by_section_id_prefs or list_prefs_get, so it misses the top differentiation point.

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 the many sibling prefs tools. It does not clarify when type/agent should be provided or when this endpoint is preferred over section-specific prefs endpoints.

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