linkedin_humblebrag_generate
ActiveTool of linkedin-humblebrag
declared in 0.1.0
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 schema
{
"type": "object",
"examples": [
{
"achievement": "Just got promoted to Senior Software Engineer after 5 years at the company"
},
{
"spin": "vulnerable",
"achievement": "Closed a $2M deal with our biggest client",
"include_lesson": true
}
],
"required": [
"achievement"
],
"properties": {
"spin": {
"enum": [
"grateful",
"vulnerable",
"inspirational",
"all_three"
],
"type": "string"
},
"achievement": {
"type": "string",
"description": "Your achievement"
},
"include_lesson": {
"type": "boolean",
"description": "Add a universal lesson for strangers"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
linkedin-humblebrag
https://github.com/pipeworx-io/mcp-linkedin-humblebrag
2/7 registries