Skip to main content
Glama

get_recently_added

Retrieve recently added media from Plex, optionally filtered by library name (e.g., Movies, TV Shows).

Instructions

Get recently added media from Plex.

Returns the most recently added items across all libraries, or filtered to a specific library by name (e.g. "Movies", "TV Shows").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
library_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so the description must carry the burden. It states it returns recently added items and supports filtering, but does not disclose behaviors like rate limits, maximum items, ordering, or whether all libraries are included by default. The description is minimal for a read operation.

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 concise with two sentences. The first sentence states the action, and the second adds clarification on filtering. No redundant text, effectively front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With two optional parameters and an output schema, the description covers the basic functionality but lacks details on pagination, ordering, and the default behavior of including all libraries. It is adequate for a simple tool but could be more complete.

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?

Schema description coverage is 0%, so the description must compensate. It explains the library_name parameter by giving examples but does not describe the limit parameter beyond its default in the schema. The description adds some value for library_name but is insufficient for limit.

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 clearly states that the tool retrieves recently added media from Plex, with an optional filter by library name. It effectively conveys the verb and resource, but does not explicitly mention chronological ordering, which is implied. It distinguishes from siblings like search_media and get_library_contents.

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?

No explicit guidance on when to use this tool over alternatives. The description implies its use for recently added items, but does not mention when not to use it or provide comparisons with sibling tools like get_libraries or get_library_contents.

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/obrien-matthew/mcp-plex'

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