Review the fixes and limitations in Agent Interoperability for the v.40 release.

What's new

Support for Triggering Goal-Based AI Agents from Third-Party AI Assistants

Automation Anywhere has significantly enhanced its 에이전트 상호 운용성 by enabling the secure discovery and invocation of goal-based AI Agent directly from third-party AI assistants. This builds upon existing support for calling Task Bot, processes, and API 작업. This new capability positions Automation Anywhere as a robust orchestration and execution layer for complex, multi-step workflows. AI Agent can now be exposed as Model Context Protocol (MCP) tools and integrated with third-party tools such as VS Code, MCP clients, or MS Copilot Studio.

Configure an Agent connection (MCP inbound tool)

OAuth 2.0 Support for MCP Inbound Tools
Automation Anywhere now provides support for OAuth 2.0 authentication for MCP inbound tools, enhancing security and robustness when third-party AI assistants interact with automations.
  • The initial OAuth configuration is a one-time setup during the agent deployment process.
  • After the first authentication, refresh tokens automatically manage subsequent access, ensuring a seamless user experience.

MCP 인바운드 도구에 대한 OAuth 2.0 지원 구성

Enhanced Variable Management in Agent Connection Wizard
The agent connection wizard introduces substantial improvements to variable management.
  • The system no longer blocks the creation of agent connections if descriptions for input or output variables are missing.
  • Users now have clear visibility into which specific variables require descriptions.
  • The wizard allows users to easily review, update, and store descriptions for both input and output variables within the agent connection context, without requiring the automations to be checked-out or checked-in.
  • Variables can now be explicitly marked as mandatory or optional, which streamlines the process for developers by ensuring that the MCP client prompts for necessary input values during invocation. These enhancements reduce rework and friction, improving the overall user experience.

Configure an Agent connection (MCP inbound tool)

Fixes

Enterprise users no longer receive an error message when creating an inbound tool from an automation that uses the same variable for both input and output. Now, you can successfully create an inbound tool using the Agent Connections page, and the output details will show correctly in the GetAutomationResult tool.

Limitations

Interactive human-in-the-loop workflows, where an agent needs to ask questions back to the user through the client (e.g., for mid-process inputs or forms), are not yet supported.

Limitations from previous releases
You must manually refresh or edit the agent connections whenever you update any automation. This includes changes such as enhanced descriptions or when you add, update, or remove any input/output variables.
The DiscoverAutomation tool might not work or behaves unexpectedly if a user has access to more than 1,000 folders in the repository. This happens because the API times out when handling so many folders. Besides the DiscoverAutomation tool not working, there are no other problems.
When a user uses the DiscoverAutomation tool on public automations, the system only checks the first 200 automations that the user can access. This is based on the permissions set for them in the automation repository. Any automations beyond first 200 will not appear in the DiscoverAutomation's tool search results. However, the user can set up these specific automations as individual agent connections and use them as separate automation tools.
Checked-in automations might take a while to be discovered. It can take 5-10 minutes to summarize the automation. This depends on how many tasks are checked in and how long it takes to create the summary for each automation.
You must delete the agent connections manually whenever the associated automation is deleted or when the user's access is revoked. The MCP client might take some time to remove or refresh the deleted or revoked automations from Tools list because of caching.