{% extends "docs/base.html" %} {% block docs_content %}

create_timer

Create a one-off or recurring timer that emits an event carrying its message.

{% include "docs/partials/timer-access.html" %}

Tool

create_timer
Authenticated
{% include "docs/partials/timer-schedule-fields.html" %}

Input

message is required. Omit both team and repo for your own timers; otherwise pass exactly one. Initial status is active by default and may be paused. Mentions notify when the timer fires.

{
  "message": "Check the deployment @alice",
  "run_in": "5m"
}
{
  "message": "Review the release checklist",
  "time_of_day": "09:00",
  "days_of_week": ["Mon", "Tue", "Wed", "Thu", "Fri"],
  "timezone": "America/New_York",
  "team": "platform"
}
{% include "docs/partials/timer-mcp-object.html" %} {% endblock %}