Skip to content

Commit b524d90

Browse files
Improve connections prompt to ask user to create the connections (#1843)
<!-- Ensure the title clearly reflects what was changed. Provide a clear and concise description of the changes made. The PR should only contain the changes related to the issue, and no other unrelated changes. --> Fixes OPS-3379 Previously, LLM was confused that it could create connections. <img width="537" height="1015" alt="image" src="https://github.com/user-attachments/assets/bc6c6521-a0d5-4029-8760-105895b621b0" />
1 parent 3d77a19 commit b524d90

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ai-prompts/mcp-openops.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ When you are asked for information about a specific workflow, if you have the na
1414
## Operation Types
1515
- **PATCH**: For updating existing connections (requires existing connection ID)
1616

17+
**NOT available via MCP tools:**
18+
- Creating new connections (must be done in the OpenOps UI)
19+
- Deleting connections
20+
21+
### How to Create a Connection in the UI
22+
When users need to create a new connection, guide them with these steps:
23+
1. Navigate to the **Connections** page from the left sidebar
24+
2. Click the **+ New Connection** button in the top right corner
25+
3. Select the connection type (e.g., AWS, Azure, Slack, Jira)
26+
4. Fill in the required credentials and configuration fields
27+
5. Click **Save** to create the connection
28+
29+
Once created, the connection will be available for use in workflows.
30+
1731
## Step-by-Step Process
1832

1933
### 1. Verify Required Fields

0 commit comments

Comments
 (0)