Skip to main content
Glama

NotePlan MCP Server

by bscott

create_daily_note

Generate a daily note with specified date and initial content using the NotePlan MCP Server, enabling direct creation and organization of notes within Claude conversations.

Input Schema

NameRequiredDescriptionDefault
contentNoInitial content for the daily note
dateNoThe date for the daily note (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Initial content for the daily note", "type": "string" }, "date": { "description": "The date for the daily note (YYYY-MM-DD format)", "type": "string" } }, "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