fetch_external_page
Fetch a web page linked from a ticket, scanning and quarantining untrusted content to prevent prompt-injection attacks.
Instructions
Fetch a web page linked from a ticket. The content is untrusted: it is quarantined and scanned for prompt-injection attempts before being returned, and may be blocked outright if it matches a known injection pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scan | No | ||
| tool_name | Yes | ||
| blocked_reason | No | ||
| confirmation_required | No |