Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This article is prerelease documentation and is subject to change.]
After you add tools to your agent, you can manage them from the Build tab. You can view tool details, update the configuration, and remove tools you no longer need.
Note
This article reflects the new agent experience in Microsoft Copilot Studio, which is currently available as a production-ready preview. Learn about the two experiences in Classic vs. new agent experience.
- Production-ready previews are subject to supplemental terms of use.
- Some capabilities available in the classic experience aren't yet available in the new experience.
- Agents created in the new experience can't be converted to the classic experience.
View and update a tool configuration
Sign in to Copilot Studio and open your agent.
In the agent navigation bar, select the Build tab.
The tools list appears in the components panel on the right, below the Tools button.
Select a tool to view its details, including a description and the actions it provides.
In the Tool details dialog, review and update the configuration as needed:
In the Details panel, update the name and description to improve how the agent decides when to use it. Also update the authentication credentials if they've expired.
In the Inputs panel, configure the values passed to the tool when it's invoked. For connectors with multiple actions, add or remove specific actions.
In the Outputs panel, view the outputs returned by the tool in the planner.
Select Save to apply your changes.
Remove a tool from your agent
On the Build tab, locate the tool in the components panel under the Tools button.
Select the X next to the tool.
When prompted, select Remove to confirm your choice.
Note
Removing a tool from your agent doesn't delete the underlying connector, MCP server, or API configuration. It only removes the association between the tool and this agent.
Troubleshoot tool issues
If a tool isn't working as expected:
- Connection errors: Check that the tool's authentication credentials are current and the service is available.
- Tool not being invoked: Review the tool's description to make sure it clearly describes when the tool should be used. Vague descriptions can prevent the orchestration runtime from selecting the tool.
- Incorrect results: Verify the tool's configuration, including parameters or selected actions.