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 propose changes to resources (knowledge articles, custom instructions, test cases). Each tool page documents parameters, response shape, and example usage.
Tool index
Configuration
Metrics and conversations
Knowledge and coaching
Entity discovery
Testing
Writes
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_ada_metric(to find under-performing conversations) →get_conversation(for transcripts) →get_ada_configuration(to identify gaps) →propose_changeto create or update knowledge or custom instructions. - Test-driven development:
get_conversations(production samples) →propose_changewithtest_case→propose_changewithtest_run→get_test_runsto review results.