sb_api_call
Execute a discovered Store Builder API operation with dry-run preview by default. Filter list fields via pick, cap results with max_items, and truncate oversized lists for safe handling.
Instructions
Execute one operation from sb_api_find. Defaults to a dry run that sends nothing and shows the request. pick keeps only named fields on list items, max_items caps the list, and a list over 60 KB is cut to fit and says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Operation id from sb_api_find, e.g. "get:/api/sites/{siteID}/menus" | |
| body | No | ||
| pick | No | ||
| query | No | ||
| dry_run | No | Defaults to true. Pass false to actually send. | |
| max_items | No | ||
| path_params | No |