performance_review_generate
ActiveTool of Performance Review
Generate a satirical corporate performance review for an employee; takes employee_name, role, rating (rockstar/solid/developing/not_a_culture_fit), actual_performance, and what_manager_wants_to_say — returns review text that communicates nothing clearly.
Parameters schema
{
"type": "object",
"examples": [
{
"role": "Senior Software Engineer",
"rating": "rockstar",
"employee_name": "Sarah Chen",
"actual_performance": "Delivered critical microservices migration on schedule, mentored 2 junior engineers, reduced API latency by 40%",
"what_manager_wants_to_say": "Sarah consistently exceeds expectations and is a key technical leader on the team"
},
{
"role": "Product Manager",
"rating": "developing",
"employee_name": "Marcus Johnson",
"actual_performance": "Launched 3 features but 2 missed target metrics, needs stronger data-driven decision making",
"what_manager_wants_to_say": "Marcus has good instincts but should focus on more rigorous validation before launches"
}
],
"required": [
"employee_name"
],
"properties": {
"role": {
"type": "string"
},
"rating": {
"enum": [
"rockstar",
"solid",
"developing",
"not_a_culture_fit"
],
"type": "string"
},
"employee_name": {
"type": "string"
},
"actual_performance": {
"type": "string"
},
"what_manager_wants_to_say": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Performance Review
https://github.com/pipeworx-io/mcp-performance-review
1/7 registries