Discover creative formats supported by a sales agent. Returns formats used by active products with references to authoritative creative agents. For complete API documentation with request parameters, response structure, and testable examples, see the list_creative_formats Task Reference.Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Sales Agent Behavior
Sales agents implementlist_creative_formats differently from creative agents:
Sales agents (like https://test-agent.adcontextprotocol.org):
- Return only formats used by active products
- Reference creative agents for authoritative format specifications
- Filter results based on what’s actually purchasable
https://creative.adcontextprotocol.org):
- Return authoritative format definitions they own
- Provide full specifications for building and validating creatives
Response Structure
Sales agent responses include:- Formats may reference external creative agents via
format_id.agent_url creative_agentsarray provides entry points for full format specs- Format list is filtered to purchasable inventory
Typical Workflow
- Call sales agent’s
list_creative_formatsto see available formats - For full specs, query the creative agent at
format_id.agent_url - Use format specs to build and validate creatives
Related Documentation
- list_creative_formats (Creative Agent) - Full API documentation with examples
- Creative Formats - Understanding format specifications
- Implementing Standard Format Support - For sales agents