Simple TypeScript MCP Server

by jasonkneen

getNote

Retrieve specific notes by ID using a JSON-based query within a TypeScript MCP server. Simplifies note access for efficient data management.

Input Schema

NameRequiredDescriptionDefault
noteIdYesThe ID of the note to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "The ID of the note to retrieve", "type": "string" } }, "required": [ "noteId" ], "type": "object" }

You must be authenticated.

Other Tools from Simple TypeScript MCP Server

Related Tools

    ID: h4hg5cqqpp