cognitive.identify_task
Create or resolve an abstract task structure without storing raw private content (§24).
Args:
task_structure: Structural representation (entities, constraints, variables, etc.).
environment: Environmental context and characteristics.
goal: Objective and optimization goals.
Returns:
task_structure_id, structural_features, and matching existing structures.
On invalid input returns {"error", "detail", "hint"} instead of raising,
so the MCP client sees the cause instead of a generic execution error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| environment | No | ||
| task_structure | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||