Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apple_books_book_reviews

Get customer reviews for any Apple Books title. Fetch review pages by book ID, with options for language, country, page, and limit up to 20 per page.

Instructions

Retrieve Apple Books customer reviews. Returns a page of a book's customer reviews. The default first page is served from the book's own catalog page; deeper pages (page>1 or a larger limit) page through Apple's review API directly, up to 20 per page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApple Books numeric book ID
langNoResult language tag
pageNoReview page number, default 1
limitNoReviews per page, default 10, max 20
countryNoTwo-letter storefront country code
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It transparently explains the data source (catalog page vs API) and the pagination limit, which are key behavioral traits. However, it does not disclose error conditions, rate limits, or the exact structure of returned reviews, leaving some gaps.

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 two sentences with no waste. It front-loads the purpose in the first sentence and provides critical pagination details in the second. The structure is efficient and easy to parse.

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?

The description adequately covers pagination behavior and data sources for a moderately complex tool, but it omits information about the content of the reviews (e.g., rating, text, author, date). Since there is no output schema, describing the return structure would improve completeness. Still, the core functionality is well-covered.

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

Parameters4/5

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

The schema already documents all five parameters (100% coverage), but the description adds value by clarifying the interplay between 'page' and 'limit' and the two different data sources. This contextual information goes beyond the schema's individual field descriptions, helping the agent understand how to paginate effectively.

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 opens with a specific verb and resource: 'Retrieve Apple Books customer reviews.' It clearly states the tool returns a page of a book's customer reviews, distinguishing it from sibling tools like audiobook reviews or book details. The purpose is unambiguous and precisely scoped.

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 useful usage context about pagination (first page vs deeper pages, limit up to 20), but it does not explicitly mention when to use this tool versus alternatives like apple_books_audiobook_reviews or goodreads_book_reviews. The use case is implied rather than explicitly contrasted, so guidance is partial.

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