Excuse

live Humor

Generate a believable excuse for any situation — plausible deniability guaranteed

1 tools
0ms auth
free tier 50 calls/day

Tools

excuse_generate required: situation

Generate a believable excuse for missing a deadline, skipping a meeting, or any other situation requiring plausible deniability.

Parameters
Name Type Description
situation req string What you need an excuse for
audience opt string Who the excuse is for: boss, partner, parent, or friend
plausibility opt string How believable it needs to be: airtight, plausible, or creative
Try it

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/excuse/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/excuse/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"excuse_generate","arguments":{"situation": "example"}}}'