You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

payout_reconciliation

Inactive

Tool of org.scienceswarm/commerce-validators

declared in 1.28.1

Explain why a payout is less than sales: walk gross -> deductions -> expected, and (if actual_deposit given) flag the unexplained gap (shortfall/surplus).

Parameters schema

{
  "type": "object",
  "title": "payout_reconciliationArguments",
  "required": [
    "gross_sales"
  ],
  "properties": {
    "refunds": {
      "type": "number",
      "title": "Refunds",
      "default": 0
    },
    "chargebacks": {
      "type": "number",
      "title": "Chargebacks",
      "default": 0
    },
    "gross_sales": {
      "type": "number",
      "title": "Gross Sales"
    },
    "actual_deposit": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Actual Deposit",
      "default": null
    },
    "processing_fees": {
      "type": "number",
      "title": "Processing Fees",
      "default": 0
    },
    "other_deductions": {
      "type": "number",
      "title": "Other Deductions",
      "default": 0
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

org.scienceswarm/commerce-validators

https://github.com/vajdap/commerce-validators-mcp

1/7 registries
View full server →