Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apple_books_series

Retrieve Apple Books series metadata and full ordered book list by series ID. Returns structured data from Apple's public catalog.

Instructions

Retrieve an Apple Books series and its full book list. Returns series metadata and the full ordered list of books in the series from Apple Books' public catalog page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApple Books numeric series ID
langNoResult language tag
countryNoTwo-letter storefront country code
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It states the data source is Apple Books' public catalog page, implying read-only public access, and specifies that it returns metadata and the full ordered list. However, it does not explicitly state that the operation is read-only, has no side effects, or requires no authentication, nor does it mention potential pagination or rate limits. The 'full ordered list' detail adds useful behavior, but gaps remain.

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 only two sentences, front-loaded with the action and resource, and includes essential return information. Every word earns its place; there is no redundancy or filler.

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?

For a straightforward retrieval tool with a fully documented schema, the description adequately covers purpose, return type, and data source. It does not explain how optional parameters like lang and country affect results, but the schema already does so. The lack of an output schema is mitigated by the clear statement that series metadata and the full ordered book list are returned.

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 provides 100% parameter coverage: id is described as an Apple Books numeric series ID, lang as a result language tag, and country as a two-letter storefront country code. The description adds no additional meaning beyond restating the purpose, so the baseline of 3 for full schema coverage 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's action ('Retrieve') and resource ('an Apple Books series and its full book list'), making it distinct from siblings like apple_books_audiobook_series by specifying 'book list' rather than audiobooks. It also notes the return of series metadata and the ordered list, which removes ambiguity.

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 when to use this tool (when series data and book lists are needed) and provides context via 'from Apple Books' public catalog page', but it offers no explicit guidance on alternatives or exclusions. It does not mention sibling tools like apple_books_book or apple_books_audiobook_series, leaving the agent to infer usage from purpose alone.

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