Skip to main content
Glama

applescript-mcp

notes_createRawHtml

Generate Apple Notes directly from raw HTML content by specifying a title and formatted HTML, enabling automated note creation within macOS.

Instructions

[Apple Notes operations] Create a new note with direct HTML content

Input Schema

NameRequiredDescriptionDefault
htmlYesRaw HTML content for the note
titleYesTitle of the note

Input Schema (JSON Schema)

{ "properties": { "html": { "description": "Raw HTML content for the note", "type": "string" }, "title": { "description": "Title of the note", "type": "string" } }, "required": [ "title", "html" ], "type": "object" }

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/joshrutkowski/applescript-mcp'

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