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
  • Response
Tools

get_ada_configuration

Was this page helpful?
Previous

get_ada_metric

Next
Built with

Fetches AI Agent configuration: playbooks (summary), actions, custom instructions, and company description. Use this to understand what the Agent is currently configured with.

Example prompts

  • “Summarize our current AI Agent configuration.”
  • “What playbooks do we have configured?”
  • “Show me our custom instructions.”

Parameters

No parameters. The tool returns the full configuration for the connected AI Agent.

Response

Returns:

  • AI Agent name: the configured display name for the Agent.
  • Company description: the persona and company context configured for the Agent.
  • Playbooks: summary for each playbook (ID, name, description, version, and active status). For full playbook details including steps, use list_entities with entity_type='playbooks' and provide the playbook ID.
  • Actions: configured actions the Agent can invoke, including ID, name, and description.
  • Custom instructions: the active instruction set guiding Agent behavior (ID, title, and text).

This tool does not return coaching or knowledge articles. Use search_coaching and search_knowledge to find those.