A
licenseNot graded
qualityA
maintenanceUnofficial MCP server that exposes Fitatu account operations as tools for inspecting and updating your meal plan.
5
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool retrieves a clearly distinct resource: student profile, attendance, and schedule. There is no overlap in purpose, so an agent can select the correct tool unambiguously.
All three tools follow the same get_<noun> snake_case pattern: get_user_info, get_attendance, get_schedule. The convention is predictable and consistent.
Three tools is slightly on the thin side but reasonable for a focused student-data server. Each tool has a clear, non-redundant role.
The surface covers profile, attendance, and schedule, but omits common student-information needs such as grades, exam results, and course details. These are notable gaps for the apparent domain.