Skip to main content
Glama

Get a book shelf

get_book_shelf

Fetch a curated book shelf by type (recently added, continue reading/listening, want-to-read, up-next-in-series, random, or smart-scope) to surface reading suggestions beyond standard browse.

Instructions

Get a curated shelf of books (full book cards) by 'type': recently-added, continue-reading, continue-listening (audiobooks), want-to-read, up-next-in-series, random, or smart-scope. Use this to surface reading suggestions and lists no other browse tool reaches. 'smart-scope' requires a smartScopeId (from list_smart_scopes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesWhich shelf to fetch.
limitNoMax books (default 20).
smartScopeIdNoRequired only when type is 'smart-scope' (from list_smart_scopes).
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses the return type (full book cards) and the dependency on smartScopeId, but does not mention error handling, side effects, or other behavioral details. For a read-only 'get' tool this is adequate but not comprehensive.

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, front-loaded with the core action and type enumeration, and adds the usage context and a dependency note. Every sentence earns its place without redundancy.

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 tool's simplicity (3 params, no output schema), the description covers the essential behavior, types, and the smart-scope prerequisite. It could mention pagination or error cases, but for a straightforward get-shelf tool it is sufficiently complete.

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%, and the description largely restates the enum values and smartScopeId requirement already in the schema. It adds only the 'audiobooks' clarification for continue-listening, which is a minor semantic addition. The baseline of 3 applies here.

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 fetches a curated shelf of books by type, enumerating all supported types. It distinguishes the tool from siblings by claiming it reaches lists no other browse tool reaches, providing clear scope.

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?

It explicitly says to use this tool to surface reading suggestions and lists not covered by other browse tools, giving a clear context. It notes the smart-scope prerequisite but does not name specific alternative tools or exclusions, so it falls short of a 5.

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/joshstrange/bookorbit-mcp'

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