Victorian Complaint

live Humor

Lodge a formal complaint in the florid style of a Victorian gentleman deeply aggrieved

1 tools
0ms auth
free tier 50 calls/day

Tools

victorian_complaint_generate required: grievance

Generate a Victorian-era complaint letter. Transforms any modern grievance into a formally worded epistle dripping with indignation and period-appropriate vocabulary.

Parameters
Name Type Description
grievance req string Your modern complaint
recipient opt string Who the complaint is addressed to
severity opt string Level of affront: mildly_displeased, outraged, or apoplectic
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/victorian-complaint/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/victorian-complaint/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"victorian_complaint_generate","arguments":{"grievance": "example"}}}'