Skip to main content
Glama

Ghibli Video MCP Server

get_task_result

Retrieve the result of a specific task by providing the task ID and API key. Used within the Ghibli Video MCP Server to track the progress and outcome of image-to-animation conversions.

Instructions

Get task result

Input Schema

NameRequiredDescriptionDefault
api_keyYesAPI key for authentication
taskIdYesTask ID

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "API key for authentication", "type": "string" }, "taskId": { "description": "Task ID", "type": "string" } }, "required": [ "taskId", "api_key" ], "type": "object" }

Other Tools from Ghibli Video MCP 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/MichaelYangjson/mcp-ghibli-video'

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