create_task_context
Creates reusable task categories for AI agents to manage repetitive work types, enabling structured guidance and artifact storage for consistent execution.
Instructions
Create a new task context (task type) when no match exists.
Use for categories (e.g., "CV analysis for Python dev"), not specific instances.
Constraints:
English only
summary <= 200 chars
description <= 1000 chars
Next step: create initial guidance with create_artifact() before doing task work.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Summary of the task context (task type) - max 200 chars, English only | |
| description | Yes | Detailed description of the task context - max 1000 chars, English only |