Get Offer
get_offerGet offer information by name or list all offers.
USE FOR: "Show me the [offer name] offer", "What's in [offer name]?", "Find offer called [name]", "List all offers"
If name provided: returns detailed offer info (name, description, assets, configuration). If no name: returns list of all available offers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the offer to search for. Example: 'AI Marketing Audit Demo'. If omitted, returns a list of all available offers. | |
| offer_id | No | Exact offer id. PREFER THIS over `name` whenever you have an id: a name lookup returns the first search match, so offers sharing a prefix (a template name plus a random suffix, which is how offers get named here) can resolve to the wrong one silently. Takes precedence when both are given. |