Add tools to a topic
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- One menu item, two decisions, five settings
- Six mechanisms, and two that exist only in a topic
- Agent level or topic level: the scope decision
- Placing the Action node at the step that matters
- Writing a description the orchestrator can act on
- Identity: three things must line up before a tool runs
- Asking the user before the tool runs
- How each tool input gets its value
- Choosing what the user sees after the tool runs
- How these choices show up in questions
The six tool mechanisms, and what each one is for
| Tool mechanism | What it wraps | Reach for it when | Topic-side caution |
|---|---|---|---|
| Connector | A Power Platform connector operation, prebuilt or custom | One typed read or write against a system that already has a connector | Needs a connection; premium connectors need a plan that includes them |
| Agent flow | A published Copilot Studio agent flow with one or more actions | The work is multistep, or the same logic is called from several topics | Only appears in the panel once it meets the flow-side eligibility criteria |
| Prompt | A single-turn model-based prompt that can reference knowledge you provide | The step is a language or analysis task rather than a system call | Exists at agent level or topic level, so confirm which scope a scenario intends |
| REST API | Selected endpoints and methods from an OpenAPI specification | The system publishes an API and no suitable connector exists | Preview; add only the operations the agent should be able to perform |
| Model Context Protocol | An MCP server's published tools and resources | The far side already speaks MCP and its tool set may grow | Its configuration page shows Tools and Resources instead of Inputs and Completion |
| Computer use | Interaction with a graphical interface, on websites and desktop apps | The system has no API, connector, or protocol endpoint at all | Slowest and most brittle path; treat it as the last resort |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Add tools to custom agents
- Create and edit topics - Microsoft Copilot Studio
- Extend your agent with tools from a REST API (preview)
- Use shared tools from the Tools page
- Create search query
- Perform custom search
- Call tools from agent topics (Take action in agent conversations training module)
- Add an agent flow as a tool to an agent - Microsoft Copilot Studio
- Use prompts to make your agent or agent flow perform specific tasks
- Orchestrate agent behavior with generative AI - Microsoft Copilot Studio
- https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-additional-settings-topic-action-inputs
- Configure high-quality instructions for generative orchestration
- Use connectors in Copilot Studio agents
- Configure user authentication for tools
- Test your agent - Microsoft Copilot Studio
- Multistage and AI approvals in agent flows