DataNexus MCP
DM
DataNexus MCP
/report_feedback

report feedback

Report a data quality issue or agent intent gap for a DataNexus tool response. tool_id: e.g. "T10" or "security_fetch_cve_detail". query_hash: From the query_h

liveverifiedunknown~5s typical
mcpprobeddatanexusmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datanexusmcp-mcp-server /report_feedback for me.

Input

FieldTypeDescription
tool_id*stringTool identifier, e.g. T04 or security_fetch_cve_detail. Required.
query_hash*stringHash from the response being reported — found in the query_hash field of any response. Req
signal*stringOne of incorrect_data, missing_field, stale_data, not_useful, wrong_entity, or data_qualit
commentstringDescription of the issue. Optional. Max 500 characters. default ""
missing_fieldsstringList of field names that are absent or wrong. Optional.
feedback_typestring (user_feedback | agent_gap)user_feedback (default) or agent_gap. Use agent_gap when the tool returned a valid respons default "user_feedback"
intended_querystringWhat the agent was trying to accomplish — used when feedback_type=agent_gap. Optional. Max
gap_descriptionstringWhat was missing or wrong in the result — used when feedback_type=agent_gap. Optional. Max

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-datanexusmcp-mcp-server","endpoint":"/report_feedback","input":{"tool_id":"...","query_hash":"...","signal":"...","comment":"","feedback_type":"user_feedback"}}'
cli
npx cracked-ai run -p mcp-com-datanexusmcp-mcp-server -e /report_feedback -i '{"tool_id":"...","query_hash":"...","signal":"...","comment":"","feedback_type":"user_feedback"}'
mcp
run_tool({ provider: "mcp-com-datanexusmcp-mcp-server", endpoint: "/report_feedback", input: {"tool_id":"...","query_hash":"...","signal":"...","comment":"","feedback_type":"user_feedback"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.