Genkit MCP

Official
Apache 2.0
208
1,698

longRunningOperation

Execute and monitor long-running operations with real-time progress updates using the Genkit MCP server tool. Specify duration and steps for precise task management.

Instructions

Demonstrates a long running operation with progress updates

Input Schema

NameRequiredDescriptionDefault
durationNoDuration of the operation in seconds
stepsNoNumber of steps in the operation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "default": 10, "description": "Duration of the operation in seconds", "type": "number" }, "steps": { "default": 5, "description": "Number of steps in the operation", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Genkit MCP

Related Tools

ID: m6x141u6rd