Tools/Account (free)

feedback.submit

freewrites data

FREE (0 credits). Tell the Arkolith team what data you wish existed, report wrong/missing data, or suggest an improvement. Use this whenever a dataset you needed wasn't available or a result looked off — it directly shapes what we build next.

Parameters#

ParameterTypeDescription
messagereqstringYour data request, bug report, or idea
categoryoptstringdata-request | bug | idea | other
contextoptstringWhat you were trying to do (optional)

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "feedback.submit",
    "arguments": {
      "message": "Please add S&P 500 constituent weights.",
      "category": "data-request"
    }
  }
}'

Example response#

json
{ "ok": true, "message": "Thank you, recorded. This shapes our data roadmap." }
Free tool
This call costs 0 credits. Use it freely.