get_blooms

Use get_blooms to classify a standard by Bloom’s revised taxonomy: remember, understand, apply, analyze, evaluate, or create. Pass the standard’s case_guid and use the returned level to tune task difficulty, select assessment verbs, or check whether an AI-generated activity matches the cognitive demand of the source standard.

Parameters

  • Name
    case_guid
    Type
    string
    Description
    The stable identifier for the standard to classify. Pass a single case GUID string exactly as returned by WKW standards lookup tools; do not pass a standards code or free-text statement.

Example

{"case_guid":"6f4c2b7a-3f4e-4a4b-9a6e-0b6f8f4c1d21"}

Common pitfalls

  • Do not infer Bloom’s level from the standards code alone; always call the tool with the standard’s case_guid.
  • A Bloom level describes the cognitive demand of the standard, not the difficulty of a specific lesson activity.
  • Use the returned level as guidance; local assessment design may intentionally target a lower or higher level.