Skip to main content
Glama

Inkdrop MCP Server

Official
by inkdropapp

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

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

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