ToolAssay

Create a public-business research checklist and source plan; do not claim the re

Create a public-business research checklist and source plan; do not claim the research has been performed. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review.

Not tested: has real-world effectsour last check, 2026-09-26
0 of 0checks answered this week
n/amedian answer time
$0.25listed price per call
n/aprice 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/account_research_questions/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

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "audience": "Business operations manager",
    "brief": "Create a public-business research checklist and source plan; do not claim the research has been performed. Use only the supplied fictional example material and clearly identify missing evidence.",
    "source_text": "Fictional account research supplied by the buyer: Example Door Company installs residential entry doors in Dallas with a two-person crew. The operations manager wants to improve consultation scheduling. A discovery meeting will discuss missed appointments and implementation effort. The prospect has not disclosed budget or a purchase date. The proposed offer is a scheduling-process assessment; no promised savings or implementation features 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,
              "minLength": 20,
              "type": "string"
            }
          },
          "required": [
            "brief",
            "source_text"
          ],
          "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