execute
Execute any Mailchimp Marketing API call by specifying method, path, query params, and body. Write operations return compact summaries; set verbose for full responses.
Instructions
Execute any Mailchimp Marketing API call. Use the search tool first to discover available endpoints and their parameters. Write operations return compact summaries by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PATCH/PUT requests (JSON object) | |
| path | Yes | API path (e.g., "/lists", "/campaigns/{campaign_id}", "/lists/{list_id}/members") | |
| method | Yes | HTTP method | |
| params | No | Query parameters (e.g., { "count": "10", "offset": "0", "status": "subscribed" }) | |
| verbose | No | Return full API response. By default, write operations (POST/PATCH/PUT/DELETE) return compact summaries to save context. Set verbose=true to get the full response. |