NGSS Standards Explorer

get_unit_suggestions

Recommend compatible NGSS standards for curriculum unit planning based on 3D framework overlap (domain, SEP, DCI, CCC). Example: Given anchor "MS-PS3-1" (energy), suggest 2-7 compatible standards that share similar practices, concepts, or disciplinary ideas for a cohesive unit

Remote Sallvainian/ngss-mcp

Other tools also called get_unit_suggestions? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "unit_size": {
      "type": "number",
      "default": 3,
      "maximum": 8,
      "minimum": 2,
      "description": "Total number of standards in the unit (2-8), including the anchor"
    },
    "anchor_code": {
      "type": "string",
      "description": "The anchor NGSS standard code (e.g., \"MS-PS3-1\")"
    },
    "detail_level": {
      "enum": [
        "minimal",
        "summary",
        "full"
      ],
      "type": "string",
      "default": "summary",
      "description": "Response detail level: minimal (code, topic, PE 50 chars), summary (+ keywords top 3, PE 150 chars), full (complete standard)"
    }
  }
}