Linkedin Humblebrag
live EntertainmentGeneratorGenerate a humorous LinkedIn post from an achievement. Input your accomplishment and get back a self-deprecating post with vulnerability and humor.
1 tools
0ms auth
free tier 50 calls/day
Tools
linkedin_humblebrag_generate
required: achievement Generate a humorous LinkedIn post from an achievement. Input your accomplishment and get back a self-deprecating post with vulnerability and humor. Returns the post text ready to share.
Parameters
Name Type Description
achievement req string Your achievement spin opt string — include_lesson opt boolean Add a universal lesson for strangers 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/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"}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("linkedin_humblebrag_generate", {"achievement":"example"}); ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("generate a humorous linkedin post from an achievement");