ToolAssay

Review a passage for Maha Principle epistemic classifications with a model-backe

Review a passage for Maha Principle epistemic classifications with a model-backed audit, not factual certification, legal advice, or human verification. Save the job reference and retrieve the completed result; job acceptance is not delivery. Short input excerpts may be retained in the result.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
88 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.mahastrategies.com/api/v1/mps/audit

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 88 ms

Example input (from the provider)

{
  "body": {
    "clientRequestId": "req_mps_soil_001",
    "text": "Soil microbial diversity has declined sharply across intensively farmed land. A 2019 meta-analysis attributed most of the loss to tillage frequency. Studies show that cover cropping restores diversity within three seasons, though the mechanism remains an open question."
  },
  "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": {
            "clientRequestId": {
              "maxLength": 120,
              "minLength": 8,
              "type": "string"
            },
            "text": {
              "maxLength": 6000,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "clientRequestId",
            "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": {
          "additionalProperties": false,
          "properties": {
            "audit": {
              "type": "object"
            },
            "auditId": {
              "type": "string"
            },
            "clientRequestId": {
              "maxLength": 120,
              "minLength": 8,
              "type": "string"
            },
            "fullPassageStored": {
              "const": false,
              "type": "boolean"
            },
            "idempotentReplay": {
              "type": "boolean"
            },
            "inputHash": {
              "type": "string"
            },
            "offerId": {
              "const": "mps-autonomous-audit",
              "type": "string"
            },
            "retentionBoundaries": {
              "type": "object"
            },
            "retentionNote": {
              "type": "string"
            },
            "retrievalToken": {
              "type": "string"
            },
            "status": {
              "enum": [
                "completed",
                "processing",
                "failed"
              ],
              "type": "string"
            },
            "verbatimExcerptsRetained": {
              "const": true,
              "type": "boolean"
            },
            "version": {
              "const": "0.1",
              "type": "string"
            },
            "warningCodes": {
              "type": "array"
            },
            "warnings": {
              "type": "array"
            }
          },
          "required": [
            "version",
            "offerId",
            "auditId",
            "retrievalToken",
            "clientRequestId",
            "inputHash",
            "status",
            "idempotentReplay",
            "warnings",
            "warningCodes",
            "retentionBoundaries",
            "fullPassageStored",
            "verbatimExcerptsRetained"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON