NGSS Standards Explorer

get_standard

Retrieve a specific NGSS standard by its code identifier (e.g., MS-PS1-1, MS-LS2-3, MS-ESS3-1)

Remote Sallvainian/ngss-mcp

Other tools also called get_standard? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "pattern": "^MS-(PS|LS|ESS)\\d+-\\d+$",
      "description": "NGSS standard code (format: MS-{PS|LS|ESS}{number}-{number})"
    },
    "detail_level": {
      "enum": [
        "minimal",
        "summary",
        "full"
      ],
      "type": "string",
      "default": "full",
      "description": "Response detail level: minimal (code, topic, PE 50 chars), summary (+ keywords top 3, PE 150 chars), full (complete standard)"
    }
  }
}