verify_confluence_url
Probe a Confluence URL to confirm reachability and check if it is anonymously accessible. Returns HTTP status and verification details.
Instructions
Probe a Confluence URL to confirm reachability + anon-access.
Returns::
{"url": "...", "verified": bool, "http_status": N | None,
"anon_accessible": bool, "reason": "..."}A 200 means the page is publicly readable (anon-accessible). A 401/403 means it's behind auth (still reachable). A connection error means unreachable.
Note: this only checks the URL — the actual content of the Confluence page is the analyst's responsibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |