ToolAssay

Prepare an inspectable context-selection evidence pack from caller-supplied docu

Prepare an inspectable context-selection evidence pack from caller-supplied documents and labelled spans. Combines budget comparisons, retention checks and policy-bound receipts. Verification concerns the declared workflow, not factual truth, answer quality or legal compliance.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
58 msmedian answer time
$0.5listed price per call
$0.5price 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/context/governed-verification

CategoryCompany and compliance
Provider hostwww.mahastrategies.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-24 valid payment request 402$0.5 58 ms

Example input (from the provider)

{
  "body": {
    "budgetMode": "guaranteed",
    "clientRequestId": "req_governed_context_001",
    "documents": [
      {
        "id": "release",
        "text": "The release may proceed only after the security owner approves the evidence packet.\n\nThe rollback begins when the error rate exceeds two percent for five minutes.\n\nRoutine status notes describe staffing and meeting schedules.",
        "title": "Release rule"
      },
      {
        "id": "operations",
        "text": "The operator must preserve the request digest and approval identity.\n\nRoutine status notes describe staffing and meeting schedules.",
        "title": "Operations note"
      }
    ],
    "provenance": "compact",
    "requiredEvidence": [
      {
        "evidenceId": "release-authority",
        "sourceId": "release",
        "text": "The release may proceed only after the security owner approves the evidence packet."
      },
      {
        "evidenceId": "rollback",
        "sourceId": "release",
        "text": "The rollback begins when the error rate exceeds two percent for five minutes."
      }
    ],
    "scoring": "bm25",
    "task": "Preserve the release authority and rollback condition.",
    "tokenBudget": 128
  },
  "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": {
            "budgetMode": {
              "enum": [
                "guaranteed",
                "estimated"
              ],
              "type": "string"
            },
            "clientRequestId": {
              "maxLength": 120,
              "minLength": 8,
              "type": "string"
            },
            "documents": {
              "maxItems": 8,
              "minItems": 1,
              "type": "array"
            },
            "provenance": {
              "enum": [
                "full",
                "compact",
                "none"
              ],
              "type": "string"
            },
            "requiredEvidence": {
              "maxItems": 32,
              "minItems": 1,
              "type": "array"
            },
            "scoring": {
              "enum": [
                "bm25",
                "keyword"
              ],
              "type": "string"
            },
            "task": {
              "maxLength": 1200,
              "minLength": 8,
              "type": "string"
            },
            "tokenBudget": {
              "maximum": 16000,
              "minimum": 64,
              "type": "integer"
            }
          },
          "required": [
            "clientRequestId",
            "task",
            "tokenBudget",
            "documents",
            "requiredEvidence"
          ],
          "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": {
            "clientRequestId": {
              "type": "string"
            },
            "compiledContextStored": {
              "const": false,
              "type": "boolean"
            },
            "deliverable": {
              "type": "object"
            },
            "limitations": {
              "type": "array"
            },
            "offerId": {
              "const": "governed-context-verification-pack",
              "type": "string"
            },
            "receiptDigest": {
              "type": "string"
            },
            "requiredEvidenceTextStored": {
              "const": false,
              "type": "boolean"
            },
            "sourceTextStored": {
              "const": false,
              "type": "boolean"
            },
            "version": {
              "const": "0.1",
              "type": "string"
            }
          },
          "required": [
            "version",
            "offerId",
            "clientRequestId",
            "deliverable",
            "limitations",
            "sourceTextStored",
            "compiledContextStored",
            "requiredEvidenceTextStored",
            "receiptDigest"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON