ToolAssay

Create a 14-day campaign and newsletter from explicit buyer-supplied services an

Create a 14-day campaign and newsletter from explicit buyer-supplied services and authorized assets. A bounded planner selects evidence IDs; deterministic templates render the copy. No invented promises, testimonials or work imagery. Human review required.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
1722 msmedian answer time
$2.50listed price per call
$2.50price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://www.tradepilotusa.com/api/agent-commerce/v1/services/content_campaign_agent/execute

CategoryCode and developer
Provider hostwww.tradepilotusa.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$2.50 1722 ms

Example input (from the provider)

{
  "body": {
    "assets": [],
    "business_name": "Cedar Works (fictional demonstration)",
    "location": "Austin",
    "request_url": "https://example.com/contact",
    "services": [
      {
        "id": "wood_chair_repair",
        "name": "wood-chair repairs"
      },
      {
        "id": "wood_table_repair",
        "name": "wood-table repairs"
      }
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "assets": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "authorized": {
                    "const": true
                  },
                  "description": {
                    "maxLength": 200,
                    "minLength": 1,
                    "type": "string"
                  },
                  "id": {
                    "pattern": "^[a-z][a-z0-9_]{0,39}$",
                    "type": "string"
                  }
                },
                "required": [
                  "id",
                  "description",
                  "authorized"
                ],
                "type": "object"
              },
              "maxItems": 12,
              "type": "array"
            },
            "business_name": {
              "maxLength": 100,
              "minLength": 1,
              "type": "string"
            },
            "location": {
              "maxLength": 100,
              "minLength": 1,
              "type": "string"
            },
            "request_url": {
              "maxLength": 2048,
              "minLength": 8,
              "pattern": "^https://",
              "type": "string"
            },
            "services": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "id": {
                    "pattern": "^[a-z][a-z0-9_]{0,39}$",
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 100,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "id",
                  "name"
                ],
                "type": "object"
              },
              "maxItems": 12,
              "minItems": 1,
              "type": "array"
            }
          },
          "required": [
            "business_name",
            "location",
            "services",
            "request_url",
            "assets"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "artifact": {
              "maxLength": 32000,
              "minLength": 1,
              "type": "string"
            },
            "assumptions": {
              "items": {
                "maxLength": 2000,
                "type": "string"
              },
              "maxItems": 30,
              "type": "array"
            },
            "evidence_gaps": {
              "items": {
                "maxLength": 2000,
                "type": "string"
              },
              "maxItems": 30,
              "type": "array"
            },
            "provenance": {
              "properties": {
                "model_turns": {
                  "maximum": 6,
                  "minimum": 1,
                  "type": "integer"
                },
                "tools": {
                  "type": "array"
                }
              },
              "required": [
                "tools",
                "model_turns"
              ],
              "type": "object"
            },
            "request_id": {
              "type": "string"
            },
            "requires_human_review": {
              "const": true
            },
            "summary": {
              "maxLength": 4000,
              "type": "string"
            }
          },
          "required": [
            "request_id",
            "artifact",
            "summary",
            "assumptions",
            "evidence_gaps",
            "requires_human_review",
            "provenance"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON