Problem: The Salesmsg MCP server currently exposes contacts, conversations, inboxes, and messaging (send_message) to AI assistants like Claude, but has no tools for reading or updating AI Agent (Textbot) configuration — system prompts, knowledge base content, booking logic, escalation/fallback rules, or agent status (active/paused). Anyone trying to manage or audit AI Agents through an MCP-connected assistant hits a gap, since these actions still require the Salesmsg web UI. Proposed Solution Add a new "AI Agent" tool family to the MCP server, mirroring the pattern used for Contacts/Conversations/Inboxes: list_ai_agents — list agents on the account, with status (active/paused/disabled) get_ai_agent — full config for one agent (prompt, knowledge base refs, booking settings, fallback rules) update_ai_agent — update prompt/knowledge base/settings pause_ai_agent / resume_ai_agent — toggle agent status (Optional) get_ai_agent_analytics — usage/performance metrics (credit usage, resolution rate, escalations) Use Cases: "Pause the AI Agent on my support line while I handle this escalation manually" "Show me the current prompt for the Booking Agent" "Update the knowledge base reference in my Sales AI Agent" "Which AI Agents are currently active, and how many credits has each used this month?"