Skip to main content
Glama
pastukhov

opds-mcp

by pastukhov

Get a single OPDS entry/publication

opds_get_entry

Retrieve the full details and acquisition links of a specific OPDS publication entry by its URL.

Instructions

Fetches a single OPDS entry document (a per-publication Atom entry or OPDS 2.0 publication), typically the URL found in an entry's rel="alternate" link, and returns its full details including acquisition links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoAbsolute URL of the entry/publication 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?

No annotations are provided, so the description shoulders the transparency burden. It explains what the tool does (fetches and returns details) but omits failure modes, auth error behavior, or read-only nature beyond what's implied.

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?

A single, well-structured sentence that front-loads the action ('Fetches') and efficiently conveys key details without wasted words.

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 simplicity of the tool (3 parameters, no output schema), the description adequately covers what is fetched and the typical source of the URL. It could mention error handling but is largely complete for a straightforward fetch.

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 coverage is 100%, so baseline is 3. The description adds no extra parameter meaning beyond what the schema already provides—it essentially repeats the schema's parameter comments.

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 it fetches a single OPDS entry document with full details and acquisition links, distinctly separating it from siblings like opds_browse, opds_download, and opds_search.

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?

The description mentions the typical use case ('URL found in an entry's rel="alternate" link') but does not explicitly compare with siblings or provide when-not-to-use guidance. Still, context is clear.

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