Skip to main content
Glama

applescript-mcp

pages_create_document

Generate a new Pages document with plain text content using AppleScript on macOS. Ideal for creating unformatted documents programmatically within LLM applications.

Instructions

[Pages document operations] Create a new Pages document with plain text content (no formatting)

Input Schema

NameRequiredDescriptionDefault
contentYesThe plain text content to add to the document (no formatting)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The plain text content to add to the document (no formatting)", "type": "string" } }, "required": [ "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