Inkdrop MCP Server

Official

read-note

Retrieve the full content of a specific note by its ID from the Inkdrop database using the MCP server, enabling efficient access and integration with Claude AI.

Instructions

Retrieve the complete contents of the note by its ID from the database.

Input Schema

NameRequiredDescriptionDefault
noteIdYesID of the note to retrieve. It can be found as `_id` in the note docs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "ID of the note to retrieve. It can be found as `_id` in the note docs", "type": "string" } }, "required": [ "noteId" ], "type": "object" }

You must be authenticated.

Other Tools from Inkdrop MCP Server

Related Tools

ID: c7fgtnckbv