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

list_timers

List timers in your user scope, a team you own, or a repo you can read.

New to deferred work? Read the Timers and future signals guide or follow recurring repository maintenance.
{% include "docs/partials/timer-access.html" %}

Tool

list_timers
Authenticated

Input

{
  "repo": "teams/platform/website",
  "status": "active",
  "limit": 20
}

Omit both team and repo for your own timers. They are mutually exclusive. status accepts active, paused, completed, or cancelled. limit defaults to 20 and is clamped to 1-100.

Result

{
  "timers": [
    { "uuid": "8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6", "status": "active", "...": "..." }
  ],
  "has_more": false
}
{% include "docs/partials/timer-mcp-object.html" %} {% endblock %}