NGSS Standards Explorer

search_standards

Perform full-text search across all NGSS standard content including performance expectations, topics, and keywords (e.g., "energy transfer", "ecosystems", "chemical reactions", "climate change")

Remote Sallvainian/ngss-mcp

Other tools also called search_standards? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "description": "Maximum number of results to return",
      "exclusiveMinimum": 0
    },
    "query": {
      "type": "string",
      "minLength": 2,
      "description": "Search query text"
    },
    "domain": {
      "enum": [
        "Physical Science",
        "Life Science",
        "Earth and Space Science"
      ],
      "type": "string",
      "description": "Optional: filter by domain"
    },
    "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)"
    }
  }
}