Skip to main content
Glama
pastukhov

opds-mcp

by pastukhov

Search an OPDS catalog

opds_search

Search an OPDS catalog by free-text query. Provide a catalog feed URL or use the default to find matching entries.

Instructions

Searches an OPDS catalog. Pass either the catalog's root/feed URL (its OpenSearch description will be discovered via the feed's rel="search" link) or an OpenSearchDescription document URL directly, plus a free-text query. Returns matching entries the same way opds_browse does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL of the OPDS feed (containing a rel="search" link) or of an OpenSearchDescription document. Optional if the server was started with a default catalog URL (OPDS_BASE_URL); required otherwise.
queryYesFree-text search query, e.g. a book title or author name
passwordNoHTTP Basic Auth password, if the catalog requires authentication
usernameNoHTTP Basic Auth username, if the catalog requires authentication
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that it discovers OpenSearch description and returns matching entries, similar to opds_browse. Does not mention safety, but for a search tool, read-only inference is reasonable.

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, front-loaded with the action, no unnecessary words. Every sentence adds value.

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?

No output schema, but description references return format via 'same way opds_browse does', which helps if that tool is known. Could mention pagination or error handling, but overall adequate for a search tool with 4 parameters.

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?

Schema coverage is 100%, but description adds meaning by explaining the URL parameter's two possible forms (feed root or OpenSearch document) and that query is free-text. Auth parameters are repeated without additional context.

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 searches an OPDS catalog, specifies the resource and action, and distinguishes it from siblings by mention of 'same way opds_browse does'.

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?

Provides context on when to use (searching an OPDS catalog) and how to specify the URL (root feed or OpenSearch document). Implicitly excludes browsing (sibling opds_browse) but lacks explicit when-not 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/pastukhov/opds-mcp'

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