Skip to main content
Glama

report_feedback

Report data quality issues or agent intent gaps after receiving a tool response. Use this to flag incorrect, missing, or irrelevant data for human and AI review.

Instructions

Report a data quality issue or agent intent gap with a DataNexus tool response. Read-only call. Records feedback for human and AI review. tool_id: Tool identifier e.g. T04 or security_fetch_cve_detail. Required. query_hash: Hash from the response being reported. Required. Found in the query_hash field of any response. signal: One of incorrect_data, missing_field, stale_data, not_useful, wrong_entity, or data_quality. Required for user_feedback. feedback_type: user_feedback (default) or agent_gap. Use agent_gap when the tool returned a valid 200 response but the result did not serve the user's actual need. intended_query: What the agent was trying to accomplish — used when feedback_type=agent_gap. Optional. Max 256 chars. gap_description: What was missing or wrong in the result — used when feedback_type=agent_gap. Optional. Max 256 chars. comment: Description of the issue. Optional. Max 500 characters. missing_fields: List of field names that are absent or wrong. Optional. Call this after receiving a result that appears wrong, outdated, or incomplete. Do not call this to report network errors — those resolve on retry. If this tool response did not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="{this_tool_id}", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_idYes
query_hashYes
signalYes
commentNo
missing_fieldsNo
feedback_typeNouser_feedback
intended_queryNo
gap_descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description claims 'Read-only call' but actually records feedback, which involves a write. This is a minor inconsistency but overall the description discloses that it records feedback for review. Without annotations, it carries the full burden and does a good job explaining the tool's behavior, though it could clarify the 'read-only' label.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured, starting with the purpose, then parameter details, and usage notes. However, it is somewhat verbose and could be tightened by removing redundancy (e.g., 'Required' appears multiple times). Still, it is front-loaded and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 8 parameters and an output schema exists, the description covers all parameters in detail, explains feedback types and when to use each, and provides complete usage guidance. It addresses the context of use thoroughly without needing to explain the output schema per evaluation rules.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at 0%, the description fully compensates by explaining each parameter's purpose, allowed values, defaults, constraints (max lengths), and usage examples. For instance, it explains the difference between 'user_feedback' and 'agent_gap' and provides concrete guidance for tool_id, query_hash, and signal.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Report a data quality issue or agent intent gap with a DataNexus tool response.' It also specifies 'Read-only call. Records feedback for human and AI review.' The verb and resource are well-defined, and the tool is distinct from its siblings which are mostly data retrieval or security tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to call it: 'Call this after receiving a result that appears wrong, outdated, or incomplete.' It also states when not to use it: 'Do not call this to report network errors — those resolve on retry.' Additionally, it provides conditional guidance for agent_gap feedback, making the usage context very clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/datanexusmcp/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server