Skip to main content
Glama

getHighlights

Retrieve highlights for a specific bookmark using the Raindrop.io bookmark manager by providing the bookmark ID.

Instructions

Get highlights for a specific bookmark

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raindropIdYesBookmark ID

Implementation Reference

  • The handler function that implements the logic for the 'getHighlights' tool by fetching highlights for a given Raindrop bookmark ID from the Raindrop.io API.
    async getHighlights(raindropId: number): Promise<Highlight[]> { const { data } = await this.client.GET('/raindrop/{id}/highlights', { params: { path: { id: raindropId } } }); if (!data?.items) throw new Error('No highlights found'); return [...data.items]; }

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

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