Skip to main content
Glama

joplin-mcp-server

read_notebook

Extract and retrieve contents of a specific notebook by providing its unique ID, enabling efficient data access and management in Joplin MCP Server.

Instructions

Read the contents of a specific notebook

Input Schema

NameRequiredDescriptionDefault
notebook_idYesID of the notebook to read

Input Schema (JSON Schema)

{ "properties": { "notebook_id": { "description": "ID of the notebook to read", "type": "string" } }, "required": [ "notebook_id" ], "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