For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Introduction
    • Overview
    • Getting started
    • Authentication
    • Data privacy
    • Built-in prompts
    • FAQ
    • Troubleshooting
  • Tools
    • Overview
    • get_ada_configuration
    • get_ada_metric
    • get_available_filters
    • get_conversations
    • get_conversation
    • search_knowledge
    • search_coaching
    • get_improvement_guide
    • list_entities
    • propose_change
    • get_test_cases
    • get_test_runs
    • get_test_run_quota
    • send_feedback
  • Prompt library
    • Overview
    • Improvement recommendations
    • Quick health checks
    • Create visualizations
    • Diagnose performance issues
    • Identify optimization opportunities
    • Review configuration
    • Search knowledge and coaching
    • Test agent responses
    • Deep-dive analysis
Login
LogoLogo
On this page
  • Example prompts
  • Parameters
  • Categories
  • Response
Tools

send_feedback

Was this page helpful?
Previous

Prompt library

Next
Built with

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.