Skip to main content
Glama

joplin-mcp-server

read_multinote

Retrieve and read the complete content of multiple notes simultaneously using note IDs from the Joplin MCP Server for efficient data access.

Instructions

Read the full content of multiple notes at once

Input Schema

NameRequiredDescriptionDefault
note_idsYesArray of note IDs to read

Input Schema (JSON Schema)

{ "properties": { "note_ids": { "description": "Array of note IDs to read", "items": { "type": "string" }, "type": "array" } }, "required": [ "note_ids" ], "type": "object" }

Other Tools from joplin-mcp-server

Related Tools

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/jordanburke/joplin-mcp-server'

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