mark_trail
Log content interactions to track actions like fetching, selecting, or posting within the Civitai MCP server workflow.
Instructions
Write an entry to the TRAIL content log.
content_id: content ID in format source:type:id (e.g. "civitai:image:12345"). action: what happened — fetched, selected, posted, failed, skipped. requester: workflow/task ID (e.g. "prompthub-daily"). details: optional platform-specific data. trace_id: optional pipeline trace ID. tags: optional labels for filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | ||
| action | Yes | ||
| requester | Yes | ||
| details | No | ||
| trace_id | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |