activate_monitor
ChatGPTActivates (resumes) a paused monitor so it starts checking for changes again.
activate_monitor
ChatGPTActivates (resumes) a paused monitor so it starts checking for changes again.
create_monitor
ChatGPTCreates a new monitor (job) that watches a webpage for changes. The monitor runs in ALL mode (visual + text), without crop area or pre-actions. It immediately becomes active and runs its first check. PARAMETERS SPECIAL RULES: - interval: Allowed values: 0 (30 seconds), 1, 5, 15, 30, 60, 180, 360, 720, 1440, 10080, 20160, 43200 (minutes). Default: 1440 (daily). Values below 30 are only available on paid plans. - important_definition: Omit to use the default AI alerting (recommended). Pass a custom condition string to alert only on specific changes. Pass "none" to alert on every visible change.
create_monitor
ChatGPTCreates a new monitor (job) that watches a webpage for changes. The monitor runs in ALL mode (visual + text), without crop area or pre-actions. It immediately becomes active and runs its first check. PARAMETERS SPECIAL RULES: - interval: Allowed values: 0 (30 seconds), 1, 5, 15, 30, 60, 180, 360, 720, 1440, 10080, 20160, 43200 (minutes). Default: 1440 (daily). Values below 30 are only available on paid plans. - important_definition: Omit to use the default AI alerting (recommended). Pass a custom condition string to alert only on specific changes. Pass "none" to alert on every visible change.
deactivate_monitor
ChatGPTDeactivates (pauses) a monitor so it stops checking for changes. The monitor and its history are preserved.
deactivate_monitor
ChatGPTDeactivates (pauses) a monitor so it stops checking for changes. The monitor and its history are preserved.
delete_monitor
ChatGPTPermanently deletes a monitor and all of its associated history. This action cannot be undone. Consider using deactivate_monitor if you only want to pause monitoring.
delete_monitor
ChatGPTPermanently deletes a monitor and all of its associated history. This action cannot be undone. Consider using deactivate_monitor if you only want to pause monitoring.
describe_user
ChatGPTReturns information about the authenticated user's account. You MUST call this tool before calling get_monitors or get_timeline, because those tools require a workspace_id that can only be obtained from this tool's response. Returns whether the user has a personal or business account, their plan, balances, active monitors count, and workspace structure.
describe_user
ChatGPTReturns information about the authenticated user's account. You MUST call this tool before calling get_monitors or get_timeline, because those tools require a workspace_id that can only be obtained from this tool's response. Returns whether the user has a personal or business account, their plan, balances, active monitors count, and workspace structure.
flag_change
ChatGPTFlags a detected change (process) as important for follow-up. Flagged changes are visually highlighted in the timeline.
flag_change
ChatGPTFlags a detected change (process) as important for follow-up. Flagged changes are visually highlighted in the timeline.
get_monitors
ChatGPTReturns the list of monitors (jobs) for the authenticated user. Supports filtering by status, tag/label, and pagination.
get_monitors
ChatGPTReturns the list of monitors (jobs) for the authenticated user. Supports filtering by status, tag/label, and pagination.
get_timeline
ChatGPTReturns the timeline of change events for the authenticated user's monitors. Can be filtered by monitor IDs, date range, and event level.
get_timeline
ChatGPTReturns the timeline of change events for the authenticated user's monitors. Can be filtered by monitor IDs, date range, and event level.
hide_change
ChatGPTHides a detected change (process) from the timeline. Hidden changes are not deleted but are no longer shown by default.
hide_change
ChatGPTHides a detected change (process) from the timeline. Hidden changes are not deleted but are no longer shown by default.
run_monitor
ChatGPTImmediately triggers a check for one or more active monitors, without waiting for the next scheduled run. The monitor must be active. Results will appear in the timeline once the check completes.
run_monitor
ChatGPTImmediately triggers a check for one or more active monitors, without waiting for the next scheduled run. The monitor must be active. Results will appear in the timeline once the check completes.
unflag_change
ChatGPTRemoves the flag from a previously flagged change (process).
unflag_change
ChatGPTRemoves the flag from a previously flagged change (process).
unhide_change
ChatGPTUnhides a previously hidden change (process) so it appears in the timeline again.
unhide_change
ChatGPTUnhides a previously hidden change (process) so it appears in the timeline again.
update_monitor
ChatGPTUpdates settings of an existing monitor. Only the fields you provide will be changed; omitted fields keep their current values. PARAMETERS SPECIAL RULES: - interval: Allowed values: 0 (30 seconds), 1, 5, 15, 30, 60, 180, 360, 720, 1440, 10080, 20160, 43200 (minutes). Values below 30 are only available on paid plans. - important_definition: Pass a custom condition to alert only on specific changes. Pass "none" to alert on every visible change. Omit to leave the current setting unchanged.
update_monitor
ChatGPTUpdates settings of an existing monitor. Only the fields you provide will be changed; omitted fields keep their current values. PARAMETERS SPECIAL RULES: - interval: Allowed values: 0 (30 seconds), 1, 5, 15, 30, 60, 180, 360, 720, 1440, 10080, 20160, 43200 (minutes). Values below 30 are only available on paid plans. - important_definition: Pass a custom condition to alert only on specific changes. Pass "none" to alert on every visible change. Omit to leave the current setting unchanged.