Skip to content

Tool reference · open

method_protocol

The SHPBL method, in full

Return the SHPBL disciplines verbatim — evaluation, remediation and harvest — plus the component classes' verification axes and the reporting style. Free and unmetered. Fetch it once, then call `fix_repo` or `harvest_repo` with `brief: true` so their payload is source rather than repeated instructions.

Call it

curl -X POST https://shpbl.com/api/public/v1/tools/method_protocol \
  -H 'content-type: application/json' \
  -H 'authorization: Bearer shpbl_mcp_…' \
  -d '{}'

Same handler over MCP. The free lane needs no key; a Practitioner key is what keeps a run.

Optional arguments

  • stage

    One stage only: `evaluate`, `fix` or `harvest`. Omit for all three.