Skip to main content
Glama

get_several_audiobooks

Fetch full details for multiple audiobooks by ID in a single request, up to 50 per call. Saves time when you need metadata for several audiobooks at once.

Instructions

Get full details for several audiobooks by ID in a single call (up to 50 per request). Audiobooks are only available in the US, UK, Canada, Ireland, New Zealand and Australia markets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesSpotify audiobooks IDs (1–50 per request; longer lists are fetched in chunks of 50 and merged)
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It makes clear this is a read-oriented 'Get' operation and discloses a meaningful limitation (market availability) and a batch size limit. However, it does not explicitly state that it is non-mutating or describe behavior on invalid/unknown IDs, though the schema's chunking note mitigates this slightly.

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?

Two sentences, both informative and free of fluff. The core behavior is front-loaded, and the market limitation comes second. Every word earns its place.

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?

Given the simple read-by-ID nature of the tool, the description plus the fully-covered schema are largely sufficient. The response_format parameter clarifies return styles, and the schema explains batching behavior. A brief note about what 'full details' contain would improve completeness, but nothing essential for calling this tool correctly is missing.

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 description coverage is 100%, so the input schema already documents ids, max_results, and response_format thoroughly. The description adds no parameter-level meaning beyond reinforcing the 'up to 50 per request' constraint, so a baseline score 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 operation: 'Get full details for several audiobooks by ID in a single call.' It specifies both the resource (audiobooks) and the batching behavior (up to 50 per request), which distinguishes it from singular tools like get_audiobook and search-oriented tools.

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 the use case: fetch multiple audiobooks by ID in one call. However, it does not explicitly direct agents away from alternatives such as get_audiobook for single IDs or search_audiobooks when IDs are unknown. The market restriction is useful but is more of a constraint than usage guidance.

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/NovaLux12/spotify-mcp-server'

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