Performance Review
live HumorGenerate corporate performance review language that says nothing while sounding professional
1 tools
0ms auth
free tier 50 calls/day
Tools
performance_review_generate
required: honest_assessment Generate a performance review in authentic corporate HR speak. Translates honest assessments into sanitized review language.
Parameters
Name Type Description
honest_assessment req string What you actually think of their performance rating opt string Performance rating tone opt string Review tone: glowing, neutral, or damning_with_faint_praise 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/performance-review/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/performance-review/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"performance_review_generate","arguments":{"honest_assessment": "example"}}}'