ToolAssay

Build a capacity model from supplied volumes and processing times, showing assum

Build a capacity model from supplied volumes and processing times, showing assumptions and missing inputs. 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/capacity_plan/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": "Build a capacity model from supplied volumes and processing times, showing assumptions and missing inputs. Use only the supplied fictional example material and clearly identify missing evidence.",
    "source_text": "Fictional supplied business brief: Example Door Company installs residential entry doors in Dallas with a two-person crew and weekday consultations. The project is to improve scheduling over six weeks. Vendor A proposes a process assessment for $500; Vendor B proposes an assessment and staff workshop for $800. Both prices are fictional examples, not researched market prices. Evaluation criteria are implementation effort, scope clarity and staff training. Current booking volume, customer feedback, vendor references and measured outcomes are unknown."
  },
  "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