contribute_trace
Submit coding solutions to a shared knowledge base by documenting problems, solutions, and context for collaborative troubleshooting and knowledge sharing.
Instructions
Submit a new trace to the CommonTrace knowledge base.
Args: title: Short description of what this trace solves context_text: The problem context (what you were trying to do) solution_text: The solution (what worked) tags: Categorization tags (e.g., python, fastapi, docker) supersedes_trace_id: UUID of an older trace this one replaces (creates SUPERSEDES relationship) review_after: ISO datetime when this trace should be re-validated (e.g., "2026-06-01T00:00:00Z") watch_condition: Human-readable condition that would make this trace stale (e.g., "React 19 release")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| context_text | Yes | ||
| solution_text | Yes | ||
| tags | No | ||
| supersedes_trace_id | No | ||
| review_after | No | ||
| watch_condition | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |