read_artifact
Fetch the complete content of an artifact file from a given conversation, enabling direct access to task plans and shared documents in multi-conversation workflows.
Instructions
Read the full content of a specific artifact file from a conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename of the artifact (e.g. 'task.md', 'implementation_plan.md') | |
| conversation_id | Yes | UUID of the conversation |