Skip to main content
Glama

apple-notifier-mcp

by turlockmike

take_screenshot

Capture macOS screenshots of fullscreen, window, or selection with options for format, cursor visibility, window shadow, and timestamped filenames. Save to specified path.

Instructions

Take a screenshot using macOS screencapture

Input Schema

NameRequiredDescriptionDefault
formatNoImage format
hideCursorNoWhether to hide the cursor
pathYesPath where to save the screenshot
shadowNoWhether to include the window shadow (only for window type)
timestampNoTimestamp to add to filename
typeYesType of screenshot to take

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "format": { "description": "Image format", "enum": [ "png", "jpg", "pdf", "tiff" ], "type": "string" }, "hideCursor": { "description": "Whether to hide the cursor", "type": "boolean" }, "path": { "description": "Path where to save the screenshot", "type": "string" }, "shadow": { "description": "Whether to include the window shadow (only for window type)", "type": "boolean" }, "timestamp": { "description": "Timestamp to add to filename", "type": "boolean" }, "type": { "description": "Type of screenshot to take", "enum": [ "fullscreen", "window", "selection" ], "type": "string" } }, "required": [ "path", "type" ], "type": "object" }

Other Tools from apple-notifier-mcp

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/turlockmike/apple-notifier-mcp'

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