get_standard
Use get_standard when the agent already has a CASE GUID and needs the full record for that standard. The tool returns the selected standard plus immediate parent and child standards, so it fits tasks like explaining where a learning target sits in a framework, building prerequisite context, or checking whether a standard has finer-grained components before lesson planning.
Parameters
- Name
case_guid- Type
- string
- Description
- The CASE standard identifier to fetch. Provide the exact GUID/UUID string for a standard item; do not pass a human coding scheme such as CCSS.ELA-LITERACY.RI.6.2.
Example
{"case_guid":"4f7f3b7a-4e0c-4d2a-9f7a-2b6e3c8d1a90"}
Common pitfalls
- Passing a standards code instead of the CASE GUID. Use a lookup/search tool first if you only have the code.
- Assuming the returned children are the full descendant tree. This tool returns immediate child standards only.
- Treating missing parent or children as an error. Top-level standards may have no parent, and leaf standards may have no children.