Skip to main content
Glama

Joplin MCP Server

by dweigend

get_note

Retrieve a specific note by its ID from the Joplin MCP Server. Returns the note's data for easy access and management within AI-driven workflows.

Instructions

Get a specific note by ID.

Args: note_id: ID of the note to retrieve Returns: Dictionary containing the note data

Input Schema

NameRequiredDescriptionDefault
note_idYes

Input Schema (JSON Schema)

{ "properties": { "note_id": { "title": "Note Id", "type": "string" } }, "required": [ "note_id" ], "title": "get_noteArguments", "type": "object" }
Install Server

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

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