Skip to main content
Glama

applescript-mcp

notes_create

Create formatted Apple Notes with custom titles, content, markdown-like syntax, and optional features like headings, bold, italic, underline, links, and lists.

Instructions

[Apple Notes operations] Create a new note with optional formatting

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note, can include markdown-like syntax for formatting
formatNoFormatting options for the note content
titleYesTitle of the note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the note, can include markdown-like syntax for formatting", "type": "string" }, "format": { "description": "Formatting options for the note content", "properties": { "bold": { "description": "Enable bold formatting (**text**)", "type": "boolean" }, "headings": { "description": "Enable heading formatting (# Heading)", "type": "boolean" }, "italic": { "description": "Enable italic formatting (*text*)", "type": "boolean" }, "links": { "description": "Enable link formatting ([text](url))", "type": "boolean" }, "lists": { "description": "Enable list formatting (- item or 1. item)", "type": "boolean" }, "underline": { "description": "Enable underline formatting (~text~)", "type": "boolean" } }, "type": "object" }, "title": { "description": "Title of the note", "type": "string" } }, "required": [ "title", "content" ], "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