Skip to content

Commit 1fea953

Browse files
Update snowflake-mcp-agent.md
1 parent f4783ca commit 1fea953

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/snowflake/snowflake-mcp-agent.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ For Method 2, you also need the following:
5050

5151
## Example Scenario
5252

53+
{{% alert color="info" %}}
54+
The following examples demonstrate the integration pattern. For production use, consider adding stronger error handling, security, retries, response validation, and logging.
55+
{{% /alert %}}
56+
5357
The examples in this article use a Mendix MCP tool named *RetrieveNumberOfTicketsInStatus*. This tool is exposed by a Mendix microflow and accepts the following input:
5458

5559
| Parameter | Type | Description |
@@ -64,8 +68,6 @@ The microflow returns the number of tickets for the given status. In this exampl
6468
| Closed | 128 |
6569
| In Progress | 19 |
6670

67-
If a value other than the supported statuses is provided, the microflow throws an exception.
68-
6971
A user interacting with the Cortex Agent can ask a question such as, *How many tickets are open?*
7072

7173
The agent invokes the appropriate tool and returns the result.
@@ -351,7 +353,7 @@ To configure your app for method 2, perform the following steps:
351353

352354
Keep your client secret confidential. Do not include it in shared documentation, code, or version control systems.
353355

354-
2. Create a Snowflake API integration that configures OAuth 2.0 access to the Mendix MCP endpoint:
356+
2. Create a Snowflake API integration to configure OAuth 2.0 access to the Mendix MCP endpoint:
355357

356358
```text
357359
USE ROLE ACCOUNTADMIN;
@@ -513,4 +515,4 @@ The agent does not invoke the expected tool.
513515
514516
##### Solution
515517
516-
Verify that the Mendix MCP server exposes the tool correctly and that the MCP connector is in a connected state in the agent session. If the connector shows as disconnected, click **Connect** and complete the authorization flow.
518+
Verify that the Mendix MCP server exposes the tool correctly and that the MCP connector is in a connected state in the agent session. If the connector shows as disconnected, click **Connect** and complete the authorization flow.

0 commit comments

Comments
 (0)