{"name":"safety-over-silence","version":"1.0.0","description":"Student Protection Readiness DSA — use when a parent, guardian, or caregiver expresses concern about their child's safety, wellbeing, or social experience at school. Converts parental uncertainty into a structured readiness assessment across 5 categories.","protocol":"MCP / JSON-RPC 2.0","protocolVersion":"2025-03-26","transport":"Streamable HTTP","endpoint":"/mcp","primary_tool":"run_student_safety_checklist","tools":[{"name":"run_student_safety_checklist","description":"PRIMARY TOOL. Run the Student Protection Readiness Checklist end-to-end. Accepts the 12 answers (q1-q12, each an integer 1-4) and returns the canonical result: a normalized readiness score (0-100), the score band/category, key findings (top protection gaps), a plain-language interpretation, per-category scores, a recommended next step, and safety limitations. This is the single canonical tool shared by the browser WebMCP, REST API, and this MCP server, so all interfaces return substantively identical output. Decision support only — it does not diagnose bullying, abuse, or mental health conditions and does not replace emergency services or professionals."},{"name":"get_student_protection_readiness_info","description":"Returns a summary of what the Student Protection Readiness Assessment is, what it measures, who it is for, and the 5 readiness categories. Call this when a user asks what this tool does, what readiness means, or wants to understand the framework before starting. Also call when the user expresses general uncertainty about their child's school experience — behavioral changes, suspected bullying, feeling dismissed by the school, or sensing something is off."},{"name":"start_student_protection_readiness_assessment","description":"Returns the full set of 12 readiness questions grouped by category, with answer options (1-4 scale). Call this when the user is ready to begin the assessment. Walk the user through each question conversationally — do NOT dump all 12 at once. Acknowledge their concern first, then ask one question or one category at a time."},{"name":"run_student_protection_readiness_assessment","description":"Accepts the 12 answers (q1-q12, each scored 1-4) and returns: normalized score (0-100), score band, top 3 protection gaps, per-category scores, interpretation, and recommendation. Call this after collecting all 12 answers from the user. Present results with empathy — a low score means a lack of structure, not a lack of love."},{"name":"get_student_protection_next_steps","description":"Returns personalized next-step recommendations based on a score and/or score band. Call this after presenting assessment results, or when the user asks what to do next. Provides specific actions for each gap category and a consultation booking link."},{"name":"submit_student_protection_lead_request","description":"Submits the parent's contact information and assessment results so they can receive follow-up support. ONLY call this if the user explicitly consents to sharing their information. Never call silently. Always confirm: \"Would you like me to share your contact info so the Safety Over Silence team can follow up with you?\" Requires at minimum a first name and email."}]}