Skip to main content
Glama

Joplin MCP Server

by dweigend

get_note

Retrieve detailed data for a specific note by its unique ID within the Joplin MCP Server, enabling AI assistants to access and manage note information programmatically.

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" }

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