report_feedback
ActiveTool of DataNexus MCP
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_hash field of the response. signal: incorrect_data | missing_field | stale_data | not_useful | wrong_entity | data_quality. comment: Issue description. Max 500 chars. missing_fields: Absent or wrong field names. feedback_type: "user_feedback" (default) or "agent_gap". intended_query: Agent's goal. Max 256 chars. gap_description: What was missing. Max 256 chars. Example: report_feedback(tool_id="T10", query_hash="abc123", signal="incorrect_data")
Parameters schema
{
"type": "object",
"required": [
"tool_id",
"query_hash",
"signal"
],
"properties": {
"signal": {
"type": "string",
"description": "One of incorrect_data, missing_field, stale_data, not_useful, wrong_entity, or data_quality. Required for user_feedback."
},
"comment": {
"type": "string",
"default": "",
"description": "Description of the issue. Optional. Max 500 characters."
},
"tool_id": {
"type": "string",
"description": "Tool identifier, e.g. T04 or security_fetch_cve_detail. Required."
},
"query_hash": {
"type": "string",
"description": "Hash from the response being reported — found in the query_hash field of any response. Required."
},
"feedback_type": {
"enum": [
"user_feedback",
"agent_gap"
],
"type": "string",
"default": "user_feedback",
"description": "user_feedback (default) or agent_gap. Use agent_gap when the tool returned a valid response but did not serve the user's actual need."
},
"intended_query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "What the agent was trying to accomplish — used when feedback_type=agent_gap. Optional. Max 256 chars."
},
"missing_fields": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"default": null,
"description": "List of field names that are absent or wrong. Optional."
},
"gap_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "What was missing or wrong in the result — used when feedback_type=agent_gap. Optional. Max 256 chars."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
DataNexus MCP
1/7 registries