Skip to main content
Glama

Get a series' reading order

get_series_reading_order
Read-onlyIdempotent

Return the complete publication-order book list for a book series — the order the author released them, including novellas and companion volumes where cataloged. Use this when a user asks 'what order do I read John Grisham?', 'Harry Potter books in order', or how many books a series has. Accepts a series or author name ('Jack Reacher', 'Brandon Sanderson').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seriesYesSeries or author name, e.g. 'Jack Reacher' or 'John Grisham'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
sourceYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly/destructive hints, so the description adds value by specifying the output scope ('complete publication-order', including novellas/companion volumes) and the accepted input forms (author or series name). The caveat 'where cataloged' sets expectations about data availability, though it does not cover edge cases or error behavior.

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 three sentences, each serving a clear purpose: function, usage triggers, and input specification. It is front-loaded with the primary action and uses concise, high-context language without redundancy.

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

Completeness5/5

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

For a tool with a single well-documented parameter, complete annotations, and an output schema, the description covers all necessary context: what it does, when to use it, and what input it accepts. No additional return-value detail is needed given the output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides 100% parameter coverage with a description and example for 'series'. The tool description largely repeats the schema's parameter details ('Accepts a series or author name') and adds only a minor extra example ('Brandon Sanderson'). Since the schema carries the semantic weight, the description adds minimal additional value.

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 clearly states the tool's function with a specific verb ('Return') and resource ('complete publication-order book list for a book series'). The examples like 'Harry Potter books in order' and the scope (including novellas/companion volumes) distinguish it from sibling tools such as search_books or get_summary.

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?

The description explicitly provides when-to-use guidance with concrete example queries ('what order do I read John Grisham?', 'Harry Potter books in order', 'how many books a series has'). It does not mention when-not-to-use or alternative tools, but the stated triggers are clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct query type: book-centric recommendations, topic lists, person-centric recommendations, series ordering, summaries, and general search. The overlap between search_books and get_book_recommenders is clarified by their descriptions, so there is no real ambiguity.

Naming Consistency5/5

All tools follow a consistent verb-first pattern: get_ or search_ followed by a descriptive noun. This makes the tool names predictable and easy to remember.

Tool Count5/5

Six tools is well-scoped for a book recommendation server, covering the core user intents without unnecessary bloat. Each tool earns its place and there is no sense of redundancy or missing functionality.

Completeness5/5

The tool set covers the full range of book-related queries: searching, finding recommendations by book or person, curated topic lists, series order, and summaries. There are no obvious gaps that would prevent an agent from answering common user questions.