An organization is creating a custom Copilot cloud agent named incident-triage. The internal MCP server documentation says the server name is incident and its only required read-only tool for this agent is search_incidents. The agent profile must expose that MCP tool to the custom agent and pass the token from an Agents secret. Which option completes the agent profile?
---
name: incident-triage
description: Triage production incident issues with repository and incident context
tools: ['github/get_issue', 'github/list_pull_requests', (Missing value 1)]
(Missing value 2):
incident:
type: 'local'
command: 'npx'
args: ['@contoso/incident-mcp@1.4.2']
tools: [(Missing value 3)]
env:
INCIDENT_TOKEN: ${{ secrets.COPILOT_MCP_INCIDENT_TOKEN }}
---
Use the incident context only to explain related alerts.
Create a draft pull request only after repository evidence supports the fix.Choose an answer
Tap an option to check your answer.
Correct answer: Missing value 1 = 'incident/search_incidents' Missing value 2 = mcp-servers Missing value 3 = 'search_incidents'.
Why this is the answer
The correct option configures the custom Copilot agent to use the searchincidents tool from the incident MCP server. Missing value 1 should be 'incident/searchincidents' because it specifies the full path to the tool, indicating it belongs to the incident server. Missing value 2 should be mcp-servers as this is the standard key used in Copilot agent profiles to define external MCP server configurations. Missing value 3 should be 'searchincidents' because this explicitly lists the searchincidents tool as the one exposed by the incident MCP server, matching the requirement that it's the only required read-only tool. Incorrect options use incorrect keys for Missing value 2 (e.g., servers, mcpServers) or incorrect tool references (e.g., 'searchincidents' without the server prefix for Missing value 1, or '' for Missing value 3 when only one specific tool is required).
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed