ToolAssay

Organize supplied customer evidence into challenge, approach, results, and missi

Organize supplied customer evidence into challenge, approach, results, and missing proof; do not invent outcomes. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
1120 msmedian answer time
$0.25listed price per call
$0.25price 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/case_study_outline/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$0.25 1120 ms

Example input (from the provider)

{
  "body": {
    "audience": "Business operations manager",
    "brief": "Organize supplied customer evidence into challenge, approach, results, and missing proof; do not invent outcomes. Use only the supplied fictional example material and clearly identify missing evidence.",
    "source_text": "Fictional example: Example Door Company installs residential entry doors in Dallas. Consultations are available Monday through Friday. The company wants customers to request a consultation before receiving a final quote. The brand voice should be clear and practical. No certifications, guarantees, customer outcomes, or prices are supplied."
  },
  "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": {
            "audience": {
              "maxLength": 500,
              "type": "string"
            },
            "brief": {
              "maxLength": 12000,
              "minLength": 10,
              "type": "string"
            },
            "source_text": {
              "maxLength": 32000,
              "type": "string"
            }
          },
          "required": [
            "brief"
          ],
          "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": {
          "properties": {
            "artifact": {
              "maxLength": 48000,
              "minLength": 1,
              "type": "string"
            },
            "assumptions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "evidence_gaps": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "provenance": {
              "properties": {
                "external_research_performed": {
                  "const": false
                },
                "generated_at": {
                  "type": "string"
                },
                "source": {
                  "const": "buyer_supplied"
                }
              },
              "required": [
                "source",
                "external_research_performed"
              ],
              "type": "object"
            },
            "request_id": {
              "type": "string"
            },
            "requires_human_review": {
              "const": true
            },
            "summary": {
              "type": "string"
            },
            "task": {
              "type": "string"
            },
            "usage": {
              "type": "object"
            }
          },
          "required": [
            "request_id",
            "task",
            "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