feedback.submit
ActiveTool of io.github.wikatar/arkolith
FREE (0 credits). Tell the Arkolith team what data you wish existed, report wrong/missing data, or suggest an improvement. For capital_change_brief, call this only after the user explicitly says the delivered answer was useful or says what was missing; include workflow, brief_id, ticker, and verdict. Arkolith verifies an OK delivery receipt for this organization and API key, and records at most one verdict per organization and brief. Duplicate submissions return already_recorded=true. Never infer usefulness from a technically successful result.
Parameters schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"ticker": {
"type": "string",
"pattern": "^[A-Za-z][A-Za-z0-9./-]{0,14}$",
"description": "The ticker from the brief"
},
"context": {
"type": "string",
"description": "What you were trying to do (optional)"
},
"message": {
"type": "string",
"description": "Your data request, bug report, or idea"
},
"verdict": {
"enum": [
"useful",
"missing"
],
"type": "string",
"description": "The user's explicit verdict, never an agent inference"
},
"brief_id": {
"type": "string",
"pattern": "^ccm_[a-f0-9]{64}$",
"description": "The exact brief_id returned by capital_change_brief"
},
"category": {
"type": "string",
"description": "data-request | bug | idea | other"
},
"workflow": {
"enum": [
"capital_change_brief"
],
"type": "string",
"description": "Set to capital_change_brief when recording an explicit verdict for that workflow"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.wikatar/arkolith
https://github.com/wikatar/Arkolith.com
1/7 registries