VisualPing
Available Tools
Create a VisualPing monitoring job. Requires url, workspace_id. Optional: description, interval, selectors, labels. Use list_workspaces to find workspace_id.
Get a monitoring job by ID. Returns job details including url, status, interval, selectors, and last check results.
List monitoring jobs with optional filters. Supports pagination via page_token. Filter by workspace_id, status, or url pattern. Use list_workspaces to find workspace_id.
Update a monitoring job. Can modify url, description, interval, selectors, labels, or active status.
Delete a monitoring job permanently. Cannot be undone. Use get_job to verify job exists first.
Get the authenticated user’s profile including user_id, email, name, and account details.
List available workspaces. Use to find workspace_id required for creating jobs. Returns workspace names, IDs, and job counts.