NGSS Standards Explorer
search_by_practice
Find all NGSS standards using a specific Science and Engineering Practice (SEP). Examples: "Developing and Using Models", "Analyzing and Interpreting Data", "Planning and Carrying Out Investigations"
Remote Sallvainian/ngss-mcp
Other tools also called search_by_practice?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"practice": {
"enum": [
"Analyze and interpret data to determine similarities and differences in findings.",
"Analyze and interpret data to provide evidence for phenomena.",
"Analyze displays of data to identify linear and nonlinear relationships.",
"Ask questions that can be investigated within the scope of the classroom, outdoor environment, and museums and other public facilities with available resources and, when appropriate, frame a hypothesis based on observations and scientific principles.",
"Ask questions to identify and clarify evidence of an argument.",
"Construct an explanation that includes qualitative or quantitative relationships between variables that predict phenomena.",
"Develop a model to describe unobservable mechanisms.",
"Develop a model to predict and/or describe phenomena.",
"Develop and use a model to describe phenomena.",
"Unknown"
],
"type": "string",
"description": "Science and Engineering Practice 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)"
}
}
}