Skip to main content
Glama

Get a consensus best-books list

get_list
Read-onlyIdempotent

Return one of MRB's 1,300+ consensus 'best books' lists for a topic (startups, stoicism, finance, sci-fi…). Every book on a list was recommended by at least two independent expert sources and is ranked by how many sources mention it. Use this when a user asks for 'the best X books' and you want a ranking backed by multiple experts rather than one opinion. Accepts a topic name ('startup', 'personal finance') or MRB list slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listYesTopic or list slug, e.g. 'startup' or 'stoicism'
limitNoMax books to return (default 20)

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 this as read-only, idempotent, and non-destructive. The description adds meaningful behavioral context by explaining that each book was recommended by at least two independent sources and ranked by mention count, which sets expectations about the list construction and ranking methodology.

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: purpose, methodology, usage context, and parameter clarification. It is front-loaded, non-redundant, and contains no filler, making it highly concise and well-structured.

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 two-parameter retrieval tool with a full output schema, the description covers purpose, methodology, usage guidance, and input format. Nothing critical is missing given the annotations and schema already provide safety and return-type context.

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 input schema already documents both parameters with examples and 100% coverage. The description reinforces the 'topic or slug' input format but adds little new meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 returns one of MRB's 1,300+ consensus 'best books' lists for a topic, using a specific verb and resource. It distinguishes from sibling tools by emphasizing 'consensus' and 'multiple experts,' which is unique compared to person-specific or search tools.

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 a use case: 'when a user asks for "the best X books" and you want a ranking backed by multiple experts rather than one opinion.' It gives clear context but does not name alternatives or provide when-not-to-use conditions, so it stops short of a 5.

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.