get_ada_configuration
get_ada_configuration
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_entitieswithentity_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.