Skip to main content
Glama

analyze_series

Perform a thorough analysis of every book in a series to detect missing volumes, metadata inconsistencies, and other cataloging problems. Requires administrator access.

Instructions

Analyze all books in a series. Requires ADMIN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Analyze' and 'Requires ADMIN' without explaining what analysis entails, whether it is read-only or mutating, if it has side effects (e.g., triggering background jobs), or what the output represents. This is insufficient for a tool with zero annotation support.

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, with exactly two sentences that directly convey the tool's purpose and a key permission requirement. There is no fluff or redundancy; every word earns its place.

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?

Although the output schema exists and the parameter list is minimal, the description omits essential context such as the intended use case, differences from analyze_book/analyze_library, and any potential impact of running the analysis. For a tool that analyzes an entire series, the lack of behavioral and comparative context makes it incomplete for reliable agent selection.

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 input schema has a single parameter (series_id) with no description (0% schema coverage). The description does not add any detail about series_id—no format, example, or constraints—beyond implying it identifies a series. With zero schema coverage, the description should compensate but fails to do so.

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 states a clear action ('Analyze') with a specific resource ('all books in a series'), which distinguishes it from sibling tools like analyze_book (single book) and analyze_library (entire library). The scope is explicit and unambiguous.

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 given for when to use this tool versus alternatives like analyze_library or analyze_book. The only extra note, 'Requires ADMIN', is a permission constraint, not a usage guideline. There are no context cues or exclusions.

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