curl --request POST \
--url https://api.agentic.scope3.com/mcp/creative-sync-sales-agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'mcp-session-id: <mcp-session-id>' \
--data '
{
"tool": "creative_sync_sales_agents",
"arguments": {
"creative_id": "example_id_123"
}
}
'{
"content": [
{
"type": "text",
"text": "string"
}
],
"structuredContent": {
"success": true,
"creative_id": "example_id_123",
"campaign_id": "example_id_123",
"debug_info": {
"request": "<unknown>",
"response": "<unknown>",
"debugLogs": [
{
"type": "<string>",
"timestamp": "<string>",
"message": "<string>",
"request": {
"method": "<string>",
"url": "<string>",
"headers": {},
"body": "<unknown>"
},
"response": {
"status": 123,
"statusText": "<string>",
"headers": {},
"body": "<unknown>"
}
}
],
"error": "<unknown>",
"agentResults": [
{
"agentId": "<string>",
"agentName": "<string>",
"request": "<unknown>",
"response": "<unknown>",
"debugLogs": [
{
"type": "<string>",
"timestamp": "<string>",
"message": "<string>",
"request": {
"method": "<string>",
"url": "<string>",
"headers": {},
"body": "<unknown>"
},
"response": {
"status": 123,
"statusText": "<string>",
"headers": {},
"body": "<unknown>"
}
}
],
"error": "<unknown>"
}
]
}
}
}Synchronize creatives to connected sales agents (DSPs, publisher platforms).
curl --request POST \
--url https://api.agentic.scope3.com/mcp/creative-sync-sales-agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'mcp-session-id: <mcp-session-id>' \
--data '
{
"tool": "creative_sync_sales_agents",
"arguments": {
"creative_id": "example_id_123"
}
}
'{
"content": [
{
"type": "text",
"text": "string"
}
],
"structuredContent": {
"success": true,
"creative_id": "example_id_123",
"campaign_id": "example_id_123",
"debug_info": {
"request": "<unknown>",
"response": "<unknown>",
"debugLogs": [
{
"type": "<string>",
"timestamp": "<string>",
"message": "<string>",
"request": {
"method": "<string>",
"url": "<string>",
"headers": {},
"body": "<unknown>"
},
"response": {
"status": 123,
"statusText": "<string>",
"headers": {},
"body": "<unknown>"
}
}
],
"error": "<unknown>",
"agentResults": [
{
"agentId": "<string>",
"agentName": "<string>",
"request": "<unknown>",
"response": "<unknown>",
"debugLogs": [
{
"type": "<string>",
"timestamp": "<string>",
"message": "<string>",
"request": {
"method": "<string>",
"url": "<string>",
"headers": {},
"body": "<unknown>"
},
"response": {
"status": 123,
"statusText": "<string>",
"headers": {},
"body": "<unknown>"
}
}
],
"error": "<unknown>"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
MCP session identifier (UUID). Initialize your session using the /mcp-initialize endpoint first to obtain a session ID, then reuse it for all subsequent tool requests in the same session.
Request body for creative_sync_sales_agents