Skip to main content
Glama

list_series_thumbnails

Read-only

Retrieve thumbnail metadata for a series without downloading image bytes. View available thumbnails and their details to choose or manage series cover art.

Instructions

List thumbnail metadata for a series; does not download image bytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The readOnlyHint annotation already signals a safe, non-mutating operation. The description adds the concrete behavioral detail that image bytes are not downloaded, which goes beyond the annotation and clarifies that only metadata is returned. This is valuable context for an agent deciding whether to use this tool for a task.

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 sentence of 10 words, immediately stating the action and the scope. The second clause adds essential nuance without bloat, making it highly efficient.

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?

Given the simple scope and the presence of an output schema, the description covers the core operation and the critical 'no byte download' behavior. However, it misses an opportunity to mention related series operations or the existence of the sibling 'list_book_thumbnails' for book thumbnails, though this is a minor gap for such a simple tool.

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?

The schema has a single 'series_id' parameter with no description, and the description does not explain its format, source, or constraints. The phrase 'for a series' only implies the parameter's role without adding substantive detail, leaving the 0% schema coverage uncompensated.

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 uses the specific verb 'List' and clearly identifies the resource as 'thumbnail metadata for a series', distinguishing it from sibling tools like 'list_book_thumbnails' by explicitly scoping to series. The addition of 'does not download image bytes' further clarifies the operation's boundaries.

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 provides no explicit guidance on when to use this tool versus alternatives such as 'list_book_thumbnails'. The intended context is implied by the tool's functionality, but no direct comparison or exclusion is offered.

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/komga-mcp'

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