Skip to main content
Glama

sonarr_list_log

Read-only

Retrieve Sonarr server logs with filtering by level and sorting by key/direction.

Instructions

List server logs. Query params: sort_key, sort_direction, level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
levelNo
sort_keyNo
page_sizeNo
sort_directionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already indicates a safe read operation, and the description adds no contradictory behavior. It does not disclose additional behavioral traits such as pagination, default sorting, or result format, but the annotation lowers the need for such detail.

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 concise, consisting of two sentences that get straight to the point. There is no wasted words or redundant explanations.

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?

The tool has a readOnly annotation and an output schema, so the description does not need to detail return values. However, it omits pagination parameters and does not clarify allowed values for level or sort_direction, leaving gaps in the overall picture.

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%, and the description only lists three of the five parameters (sort_key, sort_direction, level) without explaining their values or formats. It does not mention page or page_size, and it fails to compensate for the lack of schema descriptions.

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 the tool lists server logs, which is a specific verb+resource. However, it does not differentiate from the sibling tool 'sonarr_list_log_file', which also relates to logs but likely returns files rather than log entries.

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 guidance is provided on when to use this tool versus alternatives. The description only states what it does and lists some query params, but there is no mention of scenarios, exclusions, or alternative 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/sonarr-mcp'

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