Skip to main content
Glama
rollecode

Audiobookshelf MCP server

by rollecode

list_search_chapters

Read-onlyIdempotent

Retrieves chapter search results from Audiobookshelf, helping you locate and access specific audiobook sections.

Instructions

Get search chapters.

GET /api/search/chapters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/5.0
Behavior2/5

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

The description discloses no behavioral traits beyond the read-only and idempotent hints already present in the annotations. It does not mention pagination, result scope, ordering, or any operation-specific behavior. The 'GET' verb in the endpoint merely repeats what the annotations already communicate.

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

Conciseness2/5

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

The definition is short but under-specified rather than concisely informative. The phrase 'Get search chapters' merely restates the tool name, leaving only the endpoint line as marginally useful. A single explanatory sentence would improve structure without adding bulk.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even though the tool has no parameters and an output schema exists, the description leaves the core entity 'search chapters' undefined. It also gives no guidance for selecting this tool among its many sibling search/list tools. The definition is not complete enough for an agent to understand what it is retrieving or when to call it.

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 input schema has zero parameters, so there is no parameter semantics for the description to explain. This is an appropriate baseline for a parameterless tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get search chapters' is essentially a synonym of the tool name 'list_search_chapters', so it restates the name without adding real semantic content. It does not define what a 'search chapter' is or how this resource differs from sibling tools like list_search_books, list_search_authors, or list_search_covers. The endpoint path is the only additional information, and it clarifies location but not purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus the many sibling search/list tools. No conditions, prerequisites, or exclusions are provided. An agent must infer intended usage entirely from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools