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 4.97.1).

policy-compile-a

Inactive

Tool of The Stall

declared in 4.97.1

Acceptance-Policy Compiler, Mode A (client-authored). You supply a structured predicate_object for one of five route classes (ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE) — STALL validates it for machine-evaluability and, if it passes, issues a signed acceptance_policy_hash you can pre-commit at job funding. Non-compilable specs are refused with the exact fields that need resolution, never guessed. GET /cap/policy-compile-a?route_class=CODE with no predicate returns the CODE template as a worked example.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "route_class"
  ],
  "properties": {
    "notes": {
      "type": "string",
      "description": "Optional freeform context — scanned for unresolved vague terms (e.g. 'high quality') even in Mode A."
    },
    "route_class": {
      "type": "string",
      "description": "One of: ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE"
    },
    "predicate_object": {
      "type": "string",
      "description": "Client-authored predicate fields per the route_class template. Omit to receive the template + an example for that route_class instead of compiling."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →
policy-compile-a — The Stall — PRSM MCP