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

get_timer

Fetch one timer by UUID through its owning user, team, or repo scope.

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

Tool

get_timer
Authenticated

Input

{
  "timer_uuid": "8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6",
  "repo": "teams/platform/website"
}

Omit both team and repo for your own timer. A timer addressed through the wrong scope returns Timer not found.

{% include "docs/partials/timer-mcp-object.html" %} {% endblock %}