Tools overview
The MCP server exposes a set of tools that your AI assistant (Claude, ChatGPT, Gemini, etc.) can call to read Agent configuration, query metrics, pull conversation data, manage test cases and test runs, and change the Agent itself. Each tool page documents parameters, response shape, and example usage.
Changes to Agent behavior are staged on a change set and tested before they go live. Changes to settings apply immediately. See edit_agent_behavior and edit_agent_config.
Tool index
Configuration
Metrics and conversations
Knowledge and coaching
Entity discovery
Testing
Writes
Write tools require an Owner or Admin role when using OAuth. See Permissions.
Change sets
Feedback
Typical call patterns
- Performance analysis:
get_available_filters→get_conversations→get_conversation(for selected IDs) →get_ada_metricfor aggregates. - Configuration review:
get_ada_configuration→search_knowledge/search_coachingto cross-reference existing content. - Improvement recommendations:
get_improvement_guide→get_ada_metric(to find under-performing conversations) →get_conversation(for transcripts) →get_ada_configuration(to identify gaps) →search_knowledge/search_coaching→edit_agent_behaviorto stage a change, test it, and promote it. - Test-driven development:
get_conversations(production samples) →edit_agent_configwithtest_case→edit_agent_behaviorto stage the fix →edit_agent_configwithtest_runpinned to the change set →get_test_runsto review results →edit_agent_behaviorwithpromote.