- Resolve Academic Standards
- Deconstruct them into granular Learning Components
- Trace Learning Progressions across standards
What you’ll need
-
MCP Server URL:
-
API keys generated in the Learning Commons Platform ↗ to include in your request headers for authentication:
orIf using an SDK, verify how to pass in the MCP authorization key for your client.
Steps
Connect to the MCP server
Make a request to the MCP server with your question — for example, asking about skills and unfinished learning for California standard
4.OA.A.3:Review the response
Your AI client will call Knowledge Graph MCP tools to return structured results (e.g., Academic Standard statements, Learning Components, or Learning Progressions).Inspect
mcp_call output entries for tool names, arguments, and results.Tools
Please review the Knowledge Graph
License before using these tools.
| Tool | Description |
|---|---|
| Find Academic Standard statement | Resolves an education standard code into its authoritative statement and metadata, optionally scoped to a jurisdiction |
| Find Learning Components from standard | Breaks a broad standard down into granular Learning Components that represent individual teachable skills |
| Find Learning Progressions from standard | Identifies prior or subsequent standards in a learning progression, based on the Student Achievement Partners (SAP) Coherence Map for Mathematics |
A common workflow may use all 3 tools:
- Resolving a standard code to its official statement
- Retrieving the associated learning components for targeted instruction
- Tracing progressions to identify prior or follow-on standards
Inputs
| Tool | Field | Type | Required | Description |
|---|---|---|---|---|
| Find Academic Standard statement | statementCode | string | ✓ | e.g., RI.5.2 or 8.F.B.4 |
jurisdiction | string | Jurisdiction where standard is adopted (e.g., Maryland) | ||
| Find Learning Components from standard | caseIdentifierUUID | string | ✓ | UUID of the standard in the CASE Network |
| Find Learning Progressions from standard | caseIdentifierUUID | string | ✓ | UUID of the standard in the CASE Network |
direction | string | ✓ | backward for prerequisites and forward for
subsequent |