Apology
live HumorGenerate a heartfelt apology for any situation — calibrated from minimal to groveling
1 tools
0ms auth
free tier 50 calls/day
Tools
apology_generate
required: offense Generate an apology for any situation. Calibrates sincerity, length, and groveling intensity based on what you did and who you did it to.
Parameters
Name Type Description
offense req string What you did recipient opt string Who you are apologizing to sincerity opt string How sorry you actually are: genuinely, somewhat, or not_at_all Try it
Response
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
List available tools
bash
curl -X POST https://gateway.pipeworx.io/apology/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' Call a tool
bash
curl -X POST https://gateway.pipeworx.io/apology/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"apology_generate","arguments":{"offense": "example"}}}'