Skip to main content
Glama
ddltn

Raindrop MCP Server

by ddltn

get_collection_by_id

Retrieve a specific Raindrop.io collection using its unique ID to access bookmarks and manage saved content.

Instructions

Get a specific collection from Raindrop.io by ID

Args:
    collection_id: ID of the collection to fetch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool fetches a collection but doesn't describe what happens if the ID is invalid (e.g., error handling), whether it requires authentication, or the format of the returned data. This leaves significant gaps for a read operation.

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 brief and front-loaded with the core purpose, followed by a clear parameter explanation. There's no wasted text, but the lack of usage context or behavioral details means it could be more informative without sacrificing conciseness.

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?

Given the tool's simplicity (1 parameter, no output schema, no annotations), the description is incomplete. It doesn't cover error cases, authentication needs, or return value details, which are essential for an AI agent to use this tool effectively in a real-world context.

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?

The schema description coverage is 0%, but the description compensates by explaining the single parameter ('collection_id: ID of the collection to fetch'), adding meaning beyond the schema's basic type definition. However, it doesn't provide details like ID format or constraints, keeping it at a baseline level.

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 verb ('Get') and resource ('a specific collection from Raindrop.io by ID'), making the purpose unambiguous. However, it doesn't explicitly differentiate this tool from sibling tools like 'get_root_collections' or 'get_child_collections', which also retrieve collections but with different scopes.

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. It doesn't mention sibling tools like 'get_root_collections' (for top-level collections) or 'get_child_collections' (for nested ones), nor does it specify prerequisites such as needing a valid collection ID.

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/ddltn/raindrop-mcp-python'

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