check_urls_batch
Check multiple URLs against one network policy. Returns per-URL decisions and an allowed/denied summary for vetting pending fetches.
Instructions
Batch-check multiple URLs against the same policy. Returns per-URL decisions plus an allowed/denied summary. Useful for vetting a list of pending tool fetches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to check. | |
| method | No | HTTP method applied to all URLs. | |
| policy | Yes | A simplified network policy. Use { allow: ["api.openai.com", "*.example.com"] }. Optional: deny: string[], methods: string[]. |