LinkedIn Humblebrag

live Humor

Generate the perfect LinkedIn humblebrag post — humble on the surface, brag all the way down

1 tools
0ms auth
free tier 50 calls/day

Tools

linkedin_humblebrag_generate required: achievement

Generate a LinkedIn humblebrag post. Accepts your actual achievement and returns a post that leads with fake humility before revealing the brag.

Parameters
Name Type Description
achievement req string Your actual achievement to humblebrag about
brag_intensity opt string How hard to brag: subtle, moderate, or unhinged
include_emoji opt boolean Include LinkedIn-appropriate emojis
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/linkedin-humblebrag/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/linkedin-humblebrag/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"linkedin_humblebrag_generate","arguments":{"achievement": "example"}}}'