describe_adbutler_api
Retrieve the complete schema for any AdButler API endpoint, including parameters and request/response shapes, to know exactly what to send before calling it.
Instructions
Get the full schema (parameters, request body shape, response shape) for one AdButler API endpoint. Use after search_adbutler_api to understand exactly what to send when you call it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path with `{placeholder}` syntax for path params, e.g. "/campaigns/{id}". Must match the path returned by search_adbutler_api exactly. | |
| method | Yes | HTTP method, e.g. "GET", "POST", "PUT", "DELETE". |