Skip to main content
Glama

MCP Task

by just-every

get_task_result

Retrieve the final output of a completed AI task by providing its task ID. Designed for managing asynchronous workflows on the MCP Task server.

Instructions

Get the final result of a completed task.

Input Schema

NameRequiredDescriptionDefault
task_idYesThe task ID returned from run_task

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The task ID returned from run_task", "type": "string" } }, "required": [ "task_id" ], "type": "object" }

Other Tools from MCP Task

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/just-every/mcp-task'

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