shortcuts_list_shortcuts
Retrieve a list of available macOS shortcuts with customizable limits, enabling streamlined automation and interaction via AppleScript-based workflows.
Instructions
[Shortcuts operations] List all available shortcuts with optional limit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Optional limit on the number of shortcuts to return |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Optional limit on the number of shortcuts to return",
"type": "number"
}
},
"type": "object"
}