Skip to main content
Glama
pastukhov

opds-mcp

by pastukhov

Browse an OPDS catalog

opds_browse

Fetch an OPDS catalog to browse its navigation links and book entries, including download and cover image links.

Instructions

Fetches an OPDS catalog document (feed, navigation, or acquisition list; OPDS 1.x Atom/XML or OPDS 2.0 JSON) and returns its navigation links (search, next/prev, subsections) and entries (books/publications) with their acquisition (download) and cover image links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoAbsolute URL of the OPDS catalog/feed document to fetch. Optional if the server was started with a default catalog URL (OPDS_BASE_URL); required otherwise.
passwordNoHTTP Basic Auth password, if the catalog requires authentication
usernameNoHTTP Basic Auth username, if the catalog requires authentication
Behavior3/5

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

With no annotations, the description is the sole source of behavioral info. It explains the output structure (navigation links, entries with links) and the input format (URL, auth). However, it does not disclose error behavior, pagination, rate limits, or side effects. The description adds marginal value beyond what the input schema already conveys.

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 a single sentence that efficiently conveys the core functionality and output. However, it is somewhat long and could be split for readability. It is not overly verbose, so it earns a 4.

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?

Given the complexity of the tool (no output schema, no annotations, moderate parameter count), the description covers the return values but lacks details on error handling, pagination limits, or authentication failure scenarios. It is sufficient for basic understanding but not fully 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%, so the description does not need to add parameter details. However, it adds no additional context beyond the schema (e.g., clarifying when url is required). The baseline of 3 is appropriate since the schema already explains all three parameters.

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

Purpose4/5

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

The description clearly states the tool fetches an OPDS catalog document and returns navigation links and entries. It specifies the document types and formats, aligning well with the title. However, it does not explicitly differentiate from sibling tools like opds_search or opds_download, though the purpose is distinct enough given the context.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites, authentication requirements beyond the schema, or scenarios where it should not be used. This lack of usage direction is a significant gap.

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/pastukhov/opds-mcp'

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