list_actions
Search available actions across configured services by keyword or service, returning each action's id, service, summary, safety, and input schema.
Instructions
Search/list available actions across configured services. Returns each action's id, owning service, a one-line summary, whether it's read-only or destructive, and its JSON input schema. Use query to search by keyword (e.g. 'restart container', 'dns record', 'proxy host'); omit both filters to list everything. Only configured services' actions are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text keyword search over action id/summary/service. | |
| service | No | Restrict to one service id, e.g. 'docker' or 'proxmox'. |