Skip to main content
Glama

joplin-mcp-server

read_multinote

Extract and view the full content of multiple notes simultaneously using specified note IDs on the Joplin MCP Server.

Instructions

Read the full content of multiple notes at once

Input Schema

NameRequiredDescriptionDefault
note_idsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "note_ids": { "items": { "type": "string" }, "type": "array" } }, "required": [ "note_ids" ], "type": "object" }

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