send_feedback

Sends structured feedback about the MCP tool experience directly to Ada’s development team. AI assistants use this when blocked by a workflow gap, when tool responses are unclear, or when a capability is missing.

This tool does not change Agent configuration.

Example prompts

  • “The MCP tool couldn’t find the field I needed — log feedback about this.”
  • “Report that propose_change is missing support for this entity type.”

Parameters

ParameterTypeRequiredDescription
categorystringYesOne of: stuck, tool_quality, missing_capability, suggestion, success.
messagestringYesFree-text description of the feedback. Max 4,000 characters.
contextobjectNoOptional metadata (for example, tool_name, what the user was trying to do). Do not include end-user PII.

Categories

CategoryWhen to use
stuckBlocked by a workflow gap and cannot proceed.
tool_qualityTool response was confusing, incomplete, or hard to use.
missing_capabilityA tool or operation you need does not exist.
suggestionGeneral improvement idea.
successConfirm a tool worked well.

Response

Returns a confirmation that feedback was received.