get_artifacts_for_task_context
Loads practice, rule, and prompt artifacts for a task context to guide AI agents before starting work or confirming guidance.
Instructions
Load artifacts for a task context.
Call this after you select or create a task context and before doing work. Re-call when you start a new phase or need to confirm guidance.
Notes:
Defaults to practice/rule/prompt (excludes result)
Set include_archived=True only when you need historical context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_context_id | Yes | ID of the task context | |
| artifact_types | No | Types of artifacts to retrieve (optional, defaults to all except 'result') | |
| include_archived | No | Whether to include archived artifacts |