route_intent
Converts plain-English queries into typed IDs for your tasks. Use natural language to get the exact module identifiers you need.
Instructions
Return typed IDs matching the plain-English intent.
Example: route_intent("parse JSON in M") returns
["module:m-stdlib#STDJSON"]. Results are [primary, *see_also] from the matched task_index row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |