Search SpotDraft actions
search_actionsSearch the SpotDraft API catalog by keyword or tag to get the operationId, method, path, and access level needed for subsequent read or write requests.
Instructions
Searches the full SpotDraft API catalog (114 in-scope operations across v2.1 + v1-orphan endpoints) by keyword or tag. Returns matching operations with operationId, method, path, access level ('read' or 'write'), summary, and parameter shape (path/query/body). Use this to find the right operationId before calling execute_read_request or execute_write_request. This tool does NOT call the SpotDraft API itself -- it only searches the local catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | No | Optional filter: only return operations with this access level. | |
| intent | Yes | Free-text description of what you want to do, e.g. 'void a contract' or 'list counterparties'. Keyword-matched against operation names, summaries, tags, and paths. |