Skip to main content
Glama
arr-mcps
by arr-mcps

tracearr_list_recently_added

Read-only

List recently added media library items from Plex, Jellyfin, or Emby. Filter by server, library, media type, and optionally include removed items.

Instructions

Cursor-paginated library items ordered by server-reported added date, newest first. Filter by server_id, library_id, media_type (movie|episode| season|show|artist|album|track|photo). Set include_removed=true to include tombstones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
page_sizeNo
server_idNo
library_idNo
media_typeNo
include_removedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate read-only. Description adds valuable behavioral details: cursor pagination, ordering, server-reported added date, and include_removed behavior for tombstones. These go beyond the annotation and help set expectations.

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?

Two concise sentences: the first states the core function and ordering, the second enumerates filters and the include_removed option. No redundant information or filler.

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

Completeness4/5

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

For a list tool with output schema present, the description covers the main usage, filters, and a special behavior. It doesn't elaborate on cursor mechanics or return shape, but these are sufficiently covered by schema and standard pagination understanding.

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?

Schema has 0% param descriptions, but the description explains the purpose of key filters (server_id, library_id, media_type) and the include_removed flag. Cursor and page_size are left to standard pagination knowledge, which is acceptable.

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 clearly states the tool lists library items ordered by server-reported added date, newest first, with specific filters. It distinguishes itself from sibling tools by its focus on recently added items and pagination style.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context for use: listing recently added items with filtering by server, library, and media type. Does not explicitly mention alternatives or when not to use, but the purpose is distinct enough among siblings.

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/arr-mcps/tracearr-mcp'

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