Skip to main content
Glama

joplin-mcp-server

read_note

Retrieve and display the complete content of a specific note by providing its unique ID, enabling easy access to detailed information stored in the Joplin MCP Server.

Instructions

Read the full content of a specific note

Input Schema

NameRequiredDescriptionDefault
note_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "note_id": { "type": "string" } }, "required": [ "note_id" ], "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