Skip to main content
Glama

bytebot_monitor_task

Monitor an existing task's progress until completion or timeout, tracking status changes with configurable polling intervals and termination conditions.

Instructions

Monitor an existing task until it reaches a terminal state or timeout. Use this when you have already created a task and want to wait for its completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesID of the task to monitor
timeoutNoMaximum time to wait in milliseconds. Default: 300000 (5 minutes)
pollIntervalNoHow often to check task status in milliseconds. Default: 2000 (2 seconds)
stopOnStatusNoStop monitoring when task reaches any of these statuses

Latest Blog Posts

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/sensuslab/spark-mcp'

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