scan_tool_call
Validates tool call parameters to prevent SSRF, command injection, and path traversal attacks before execution.
Instructions
Validate a tool call before execution (SSRF, command injection, path traversal)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Tool call parameters | |
| tool_name | Yes | Name of the tool being called | |
| session_id | No | Optional session ID |