Skip to main content
Glama
clipboard-smoke.peekaboo.json1.74 kB
{ "description": "Clipboard smoke (save/set/restore/get) inside one run", "steps": [ { "stepId": "save_original_clipboard", "command": "clipboard", "params": { "generic": { "_0": { "action": "save", "slot": "original" } } } }, { "stepId": "set_clipboard_text", "command": "clipboard", "params": { "generic": { "_0": { "action": "set", "text": "Peekaboo clipboard smoke" } } } }, { "stepId": "save_smoke_slot", "command": "clipboard", "params": { "generic": { "_0": { "action": "save", "slot": "smoke" } } } }, { "stepId": "overwrite_clipboard_text", "command": "clipboard", "params": { "generic": { "_0": { "action": "set", "text": "overwritten" } } } }, { "stepId": "restore_smoke_slot", "command": "clipboard", "params": { "generic": { "_0": { "action": "restore", "slot": "smoke" } } } }, { "stepId": "read_clipboard", "command": "clipboard", "params": { "generic": { "_0": { "action": "get", "prefer": "public.utf8-plain-text" } } } }, { "stepId": "restore_original_clipboard", "command": "clipboard", "params": { "generic": { "_0": { "action": "restore", "slot": "original" } } } } ] }

Latest Blog Posts

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/steipete/Peekaboo'

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