Skip to main content
Glama

getAllHighlights

Extract all highlights from your bookmarks in Raindrop.io, organized by page and per-page count, for efficient review and management.

Instructions

Get all highlights across all bookmarks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting from 0
perPageNoNumber of highlights per page (max 50)

Implementation Reference

  • Handler function that implements getAllHighlights by fetching all raindrops and extracting their highlights.
    async getAllHighlights(): Promise<Highlight[]> { const { data } = await this.client.GET('/raindrops/0'); if (!data?.items) return []; return data.items.flatMap((bookmark: any) => Array.isArray(bookmark.highlights) ? bookmark.highlights : []); }

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