NGSS Standards Explorer

search_by_crosscutting_concept

Find all NGSS standards using a specific Crosscutting Concept (CCC). Examples: "Patterns", "Cause and Effect", "Systems and System Models", "Energy and Matter"

Remote Sallvainian/ngss-mcp

Other tools also called search_by_crosscutting_concept? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "concept": {
      "enum": [
        "Cause and effect relationships may be used to predict phenomena in natural or designed systems.",
        "Cause and effect relationships may be used to predict phenomena in natural systems.",
        "Graphs and charts can be used to identify patterns in data.",
        "Graphs, charts, and images can be used to identify patterns in data.",
        "Macroscopic patterns are related to the nature of microscopic and atomic-level structure.",
        "Patterns can be used to identify cause and effect relationships.",
        "Patterns in rates of change and other numerical relationships can provide information about natural systems.",
        "Proportional relationships (e.g., speed as the ratio of distance traveled to time taken) among different types of quantities provide information about the magnitude of properties and processes."
      ],
      "type": "string",
      "description": "Crosscutting Concept name"
    },
    "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)"
    }
  }
}