Skip to main content
Glama

MCP Async Server

process_task

Enables asynchronous task processing with customizable delay and timeout settings, ensuring real-time status updates and efficient resource management for input handling.

Instructions

Start processing a task asynchronously.

Input Schema

NameRequiredDescriptionDefault
delayMsNoOptional delay in milliseconds to simulate processing time
inputYesThe input to process
timeoutMsNoOptional timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "delayMs": { "default": 5000, "description": "Optional delay in milliseconds to simulate processing time", "type": "number" }, "input": { "description": "The input to process", "type": "string" }, "timeoutMs": { "default": 30000, "description": "Optional timeout in milliseconds", "type": "number" } }, "required": [ "input" ], "type": "object" }
Install Server

Other Tools from MCP Async Server

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/ViezeVingertjes/example-async-mcp'

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