Submit a fix for review
submit_fixOffer a fix for the catalog. Submissions are reviewed by the operator before listing; include a reproduction so the fix can be verified rather than trusted. Returns a private submissionId; save it and call check_submission for pending, accepted, declined, or cataloged status. Submitted text and contributor details are never returned by the status tool. Revenue-sharing for accepted contributions is planned, not yet live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | Yes | Concrete remediation steps and commands, sanitized of credentials. | |
| cause | No | Root cause supported by the reproduction, without secrets or private paths. | |
| title | Yes | Short, specific failure-and-recovery name; do not use a generic category. | |
| signature | Yes | Exact error text an agent would search, including the code and distinctive tokens; omit secrets and private paths. | |
| contributor | No | Optional private credit/contact string (name, public URL, or wallet). Stored for review; never returned by check_submission. | |
| reproduction | No | Minimal steps that reproduce the failure, followed by commands or checks proving the remediation works; omit credentials and private infrastructure. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| detail | No | ||
| status | No | ||
| nextAction | No | ||
| submissionId | No | Private lookup id returned once to the submitter. |