Shakespeare Insult

live Humor

Generate a devastating insult in authentic Elizabethan English — the Bard would be proud

1 tools
0ms auth
free tier 50 calls/day

Tools

shakespeare_insult_generate

Generate a Shakespearean insult targeting specific flaws. Combines period-accurate vocabulary with optional modern translation for those who lack the education to appreciate the original.

Parameters
Name Type Description
target_flaw opt string The flaw or offense to insult
intensity opt string Insult intensity: witty, scathing, or obliterating
translate opt boolean Include modern English translation
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/shakespeare-insult/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/shakespeare-insult/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"shakespeare_insult_generate","arguments":{}}}'