Skip to main content
Glama

Widget MCP

by ref-tools

timer

Set a timer for any task by entering the duration in seconds. The Widget MCP server integrates interactive tools into chats, providing visual timers for efficient time management.

Instructions

Start a timer. You don't need to say anything else after answering with this tool.

Input Schema

NameRequiredDescriptionDefault
durationYesThe duration of the timer in seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "description": "The duration of the timer in seconds", "type": "number" } }, "required": [ "duration" ], "type": "object" }

Other Tools from Widget MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ref-tools/widget-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server