submit_urls
Submit a list of URLs to be checked. Returns a job_id that can be polled via get_job_status or fetched via get_job_results. For up to ~200 URLs this tool waits for completion (up to 60 seconds) and returns the results directly; for larger jobs it returns early with job_id and the agent should poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to check. Each must include http:// or https:// scheme. |