{"name":"gera-mind","description":"GeraMind — AI-powered mental wellness platform connecting users with therapists, mood tracking, and evidence-based programs worldwide.","version":"0.1.0","url":"https://geramind.com","contact":"api@gera.services","tools":[{"name":"wellness_assessment","description":"Run a structured mental wellness assessment (PHQ-9, GAD-7, or custom) and return a scored report.","input_schema":{"type":"object","properties":{"assessment_type":{"type":"string","description":"Assessment type: phq9, gad7, or custom."},"responses":{"type":"array","description":"Array of numeric responses to assessment questions."}},"required":["assessment_type","responses"]}},{"name":"search_therapists","description":"Search for licensed therapists by specialty, language, country, and availability.","input_schema":{"type":"object","properties":{"specialty":{"type":"string","description":"Therapeutic specialty (e.g. anxiety, trauma, CBT)."},"language":{"type":"string","description":"Preferred language for sessions."},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code."}}}},{"name":"track_mood","description":"Log a mood entry for the authenticated user with optional context notes.","input_schema":{"type":"object","properties":{"score":{"type":"number","description":"Mood score from 1 (very low) to 10 (excellent)."},"note":{"type":"string","description":"Optional free-text note about mood context."},"tags":{"type":"array","description":"Optional tags such as sleep, work, exercise."}},"required":["score"]}},{"name":"list_programs","description":"List available wellness programs filtered by category, duration, or difficulty.","input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Program category: mindfulness, sleep, anxiety, stress."},"duration_weeks":{"type":"number","description":"Filter by program length in weeks."}}}}],"resources":[{"name":"programs","description":"All available wellness and mental health programs.","url":"https://geramind.com/api/v1/programs"},{"name":"therapists","description":"Directory of licensed therapists on the platform.","url":"https://geramind.com/api/v1/therapists"},{"name":"exercises","description":"Library of guided exercises (breathing, meditation, journaling).","url":"https://geramind.com/api/v1/exercises"}]}