Job Status
job_statusCheck, wait on, or list long-running scans to collect results that exceed the 300-second MCP call limit.
Instructions
Check, wait on, or list long-running scans.
Tools that can outlast a single MCP call — nuclei_scan, bbot_scan,
osmedeus_flow — hand back {"completed": false, "job_id": ...} once their
internal wait (capped at 300s) elapses. This is how the result is collected
afterwards. Without it a scan longer than five minutes finishes into a job
nothing can read.
Omit job_id to list jobs. wait_seconds blocks for up to 300s, so a
nearly-finished scan can be collected in one call instead of polled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| status | No | ||
| wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||