F
licenseNot graded
qualityC
maintenanceA sample employee database exposed as an MCP server, enabling AI agents to search employees and query organizational structure.
-
No user-submitted related servers found.
Scored across 3 tools
get_users and get_all_employee_profiles likely serve similar purposes, potentially causing confusion. Without descriptions, an agent may select the wrong tool.
All tools follow a verb_noun pattern (get_, send_), but the noun forms are inconsistent: 'users' versus 'all_employee_profiles' and 'email'.
With only 3 tools, the set is small but might be adequate for a simple playground. The count is borderline but not extreme.
Missing basic CRUD operations for users/employees (create, update, delete) and limited email functionality (only send). Significant gaps for a typical management domain.