Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

audible_product_related

Find Audible audiobooks related to a given ASIN by series, narrator, author, or next in series. Retrieve up to 50 related titles with no credentials required.

Instructions

Get Audible titles related to an audiobook. Returns Audible titles related to a given ASIN by a required relation type: same series, same narrator, same author, next in series, or raw upstream similarity. Credential-free public catalog data from api.audible.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asinYesAudible ASIN
limitNoMax results, default 10, max 50
similarity_typeYesHow to relate titles to the given ASIN
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 data is credential-free public catalog data from api.audible.com and that a relation type is required. However, it does not mention response structure, pagination, or behavior for invalid ASINs/relation types, which matters given no output schema is available.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action and relation types. There is mild redundancy between 'related to an audiobook' and 'related to a given ASIN', but overall every sentence serves a purpose and no filler is present beyond that repetition.

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 description covers required inputs (asin, similarity_type), lists accepted relation types, and notes the credential-free public data source. However, with no output schema and no annotations, it does not describe the return format or edge-case behavior, leaving some ambiguity for the agent.

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's similarity_type description is generic ('How to relate titles to the given ASIN'), while the description adds concrete allowed values: same series, same narrator, same author, next in series, or raw upstream similarity. This goes beyond the schema and helps the agent construct valid calls.

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 action ('Get') and the resource ('Audible titles related to an audiobook'), then enumerates the specific relation types that define the tool's scope. This distinguishes it from sibling tools like audible_product (single product) and audible_search (search across Audible).

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 gives clear context on when to use the tool: when you need related titles for a given ASIN, with the exact accepted relation types listed. It does not explicitly name alternative tools or state when not to use it, but the precise relation-type enumeration leaves little ambiguity.

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