Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_goodreads_books_facets

Retrieve aggregated counts of Goodreads book attributes by genre, format, language, publisher, author, series, publication year, and more. Filter results by various criteria to analyze book metadata distributions.

Instructions

Facet Goodreads books dataset. Returns terms aggregation counts for the Goodreads books dataset. Facet enum: genres, format, language, publisher, primary_author, primary_author_id, series_name, publication_year, run_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over title, author and description, max 256 characters
isbnNoExact ISBN-10 filter, max 128 characters
facetYesFacet enum: genres, format, language, publisher, primary_author, primary_author_id, series_name, publication_year, run_id
genreNoExact genre filter, max 128 characters
authorNoExact author name filter, max 128 characters
formatNoExact format filter, max 128 characters
isbn13NoExact ISBN-13 filter, max 128 characters
run_idNoExact crawl run-id filter, max 128 characters
seriesNoExact series name filter, max 128 characters
languageNoExact language filter, max 128 characters
author_idNoExact Goodreads author id filter, max 128 characters
max_pagesNoMaximum page count
min_pagesNoMinimum page count
publisherNoExact publisher filter, max 128 characters
min_ratingNoMinimum average rating, 0 through 5
min_ratings_countNoMinimum number of ratings
max_publication_yearNoMaximum publication year
min_publication_yearNoMinimum publication year
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns terms aggregation counts, which is a read-only aggregation behavior. However, it does not provide additional behavioral context such as how many terms are returned, whether counts are approximate, or any filtering effects. The description is not misleading but stays at a basic level.

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 concise and front-loaded: it states the purpose in the first clause, then the return type, then the facet enum. Every sentence earns its place, with no wasted words. It is well-structured and easy to parse.

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 18 parameters, 1 required, no output schema, and no annotations. The schema thoroughly documents all input parameters, but the description does not explain the output format beyond a high-level 'terms aggregation counts', nor does it clarify how filter parameters interact with faceting. Given the complexity, the description is minimally complete but leaves room for missing contextual guidance.

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?

Schema coverage is 100%, so the baseline is 3. The description adds no parameter semantics beyond what the schema already provides; it merely repeats the facet enum which is already listed in the schema. All 18 parameters have descriptive entries in the schema, so the description does not compensate for any gaps.

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 verb 'Facet' and the resource 'Goodreads books dataset', and explicitly says it 'Returns terms aggregation counts'. It also lists the exact facet enum values, distinguishing it from sibling tools like datasets_goodreads_books_search (full-text search) and datasets_goodreads_books_item (single item retrieval), as well as datasets_goodreads_authors_facets (different dataset).

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 implies usage for getting facet counts on the Goodreads books dataset but does not explicitly state when to use this tool instead of alternatives, nor any exclusions. It mentions the facet enum but lacks direct guidance on when to choose this over search or item tools. Usage is implied from the name and description rather than explicitly clarified.

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/Crawlora-org/crawlora-mcp'

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