You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/datalake/sentinel-mcp-use-tool-azure-ai-foundry.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Security
4
4
description: Learn how to use Microsoft Sentinel's Model Context Protocol (MCP) collection of security tools or your own custom tool in Microsoft Foundry
5
5
author: poliveria
6
6
ms.topic: how-to
7
-
ms.date: 01/21/2026
7
+
ms.date: 01/29/2026
8
8
ms.author: pauloliveria
9
9
ms.service: microsoft-sentinel
10
10
@@ -105,7 +105,10 @@ Custom tools let you build deterministic workflows by prescribing exactly what d
105
105
106
106
1. Add the following values:
107
107
-**Name:** Enter a friendly name for your tool
108
-
-**Remote MCP server endpoint:** Paste the endpoint you copied from your custom tool collection
108
+
-**Remote MCP server endpoint:** Paste the endpoint you copied from your custom tool collection; it should the following format:
109
+
```
110
+
https://sentinel.microsoft.com/mcp/custom/<name of your custom collection>
111
+
```
109
112
- **Authentication:** OAuth Identity Passthrough
110
113
- **Client ID:** Use the **Application (client) ID** value you saved previously
111
114
- **Client secret:** Use the secret value you saved previously
0 commit comments