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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ Get up and running with the Sysdig MCP Server quickly using our pre-built Docker
101
101
| Tool Name | Description | Sample Prompt |
102
102
|-----------|-------------|----------------|
103
103
|`generate_and_run_sysql`| Generate and run a SysQL query using natural language |"List top 10 pods by memory usage in the last hour"|
104
+
|`run_sysql`| Execute a pre-written SysQL query directly (use only when user provides explicit query) |"Run this query: MATCH CloudResource WHERE type = 'aws_s3_bucket' LIMIT 10"|
104
105
105
106
</details>
106
107
@@ -184,7 +185,7 @@ To use the MCP server tools, your API token needs specific permissions in Sysdig
0 commit comments