Skip to main content
Glama
Tiago-Salles

Baby Routine MCP

by Tiago-Salles

Related Servers

Alternatives to Baby Routine MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables MCP clients to ingest documents and notes, retain facts with their validity periods, and answer questions as of any point in time using bitemporal queries.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      A local-first, family-scale medical record framework that provides a Python CLI engine and MCP server for ingesting, deduplicating, querying, and generating medical records from source documents.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables personal productivity management by exposing MCP tools to create, retrieve, list, update, complete, and delete tasks and calendar events, with validation and conflict detection.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server that provides pregnancy, childbirth, and childcare information via public APIs, allowing users to query vaccination schedules, prenatal checkups, maternity benefits, and more through natural language.
      1
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server for infant fever management that tracks symptoms, medication, and lab results, providing guideline-based escalation levels, pharmacokinetic predictions, and structured clinical reports.
      -

    TDQS

    B3.1/5.0

    Scored across 8 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes: CRUD operations (log/update/delete/search), schema discovery, and specialized reports. However, routine_report and today_overview both return daily counts for feedings/diapers/sleep, so an agent might need to read descriptions carefully to pick the right one.

    Naming Consistency4/5

    The majority of tools follow a verb_noun pattern (describe_resources, log_record, update_record, delete_record, search_records), but the reporting tools break this with noun_noun names (routine_report, medication_report, today_overview). The convention is otherwise consistent and readable.

    Tool Count5/5

    Eight tools is well-scoped for a baby routine tracker: generic CRUD via log/update/delete/search, a schema explorer, and three reporting/overview tools. Each tool serves a distinct need without redundancy.

    Completeness5/5

    The generic log/update/delete/search surface covers all twelve resource types listed by describe_resources, so no record type is a dead end. Reporting covers routine events, medications, and a daily snapshot, and missing analytics like growth charts are not core to the stated purpose.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues