{
  "schema_version": "v1",
  "name_for_human": "SeliQt",
  "name_for_model": "seliqt",
  "description_for_human": "AI maths tutor for Australian students preparing for ACER, Edutest, and selective entry exams (Years 4–12).",
  "description_for_model": "SeliQt is an AI-powered mathematics tutoring platform for Australian students in Years 4–12. Use this plugin to: generate curriculum-aligned maths questions at adaptive difficulty levels (Foundation, Growth, Mastery); evaluate student answers (including handwritten working); retrieve mastery state per topic; access the student mistake bank; and manage subscriptions. The platform covers Number & Algebra, Measurement & Geometry, Statistics & Probability, General Ability, and Physics. All data is scoped to individual child profiles. Authentication is required for all endpoints except public capability checks.",
  "auth": {
    "type": "oauth",
    "authorization_url": "https://[YOUR_SUPABASE_PROJECT_REF].supabase.co/auth/v1/authorize",
    "client_url": "https://[YOUR_SUPABASE_PROJECT_REF].supabase.co/auth/v1/token",
    "scope": "read:progress write:sessions read:reports",
    "authorization_content_type": "application/json",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://www.seliqt.com/api/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://www.seliqt.com/logo.png",
  "contact_email": "support@seliqt.com",
  "legal_info_url": "https://www.seliqt.com/#/terms",
  "privacy_policy_url": "https://www.seliqt.com/#/privacy"
}
