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-b

Inactive

Tool of The Stall

declared in 4.97.1

Acceptance-Policy Compiler, Mode B (STALL-assisted, joint ratification). Describe a job in plain language for one of five route classes (ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE) — STALL drafts a machine-evaluable predicate object. The policy_hash only finalizes once BOTH client_sig and provider_sig are supplied (call once to get the draft + share it, call again with both signatures to finalize) — STALL's LLM assistance is editorial, the signing parties are the authors. Non-compilable specs are refused with the exact unresolved terms, never guessed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "route_class",
    "job_description"
  ],
  "properties": {
    "client_sig": {
      "type": "string",
      "description": "Client's signature/attestation over the draft (any wallet-signature or nominal attestation string the two parties agree on off-chain). Required to receive anything beyond a preview draft."
    },
    "route_class": {
      "type": "string",
      "description": "One of: ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE"
    },
    "provider_sig": {
      "type": "string",
      "description": "Provider's countersignature. Omit on the first call (draft-only, unsigned). Supply on a second call with the SAME route_class + job_description + client_sig to finalize the jointly-signed policy_hash."
    },
    "job_description": {
      "type": "string",
      "description": "Plain-language description of the job to be delivered."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

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