applescript-mcp

clipboard_get_clipboard

[Clipboard management operations] Get current clipboard content

Input Schema

NameRequiredDescriptionDefault
typeNoType of clipboard content to gettext

Input Schema (JSON Schema)

{ "properties": { "type": { "default": "text", "description": "Type of clipboard content to get", "enum": [ "text", "file_paths" ], "type": "string" } }, "type": "object" }