Skip to main content
Glama

NotePlan MCP Server

by bscott

update_note

Modify note titles and content in NotePlan by specifying the note ID and providing updated information, ensuring your notes stay current and organized.

Input Schema

NameRequiredDescriptionDefault
contentNoNew content for the note
idYesThe ID of the note to update
titleNoNew title for the note

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from NotePlan 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/bscott/noteplan-mcp'

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