Skip to main content
Glama
472,823 tools. Updated 2026-08-24 02:05

"Wipro" matching MCP tools:

  • Check the status of an existing Wiro task and retrieve all media resources when it finishes. Avoids resubmitting the model, so you can safely wait and collect results.
    MIT
  • Get current task status and output. For active tasks, follow the nextAction; when complete, present all returned media resources.
    MIT
  • Terminate a running task immediately. Stops active tasks on Wiro AI and discards in-progress work; queued tasks use cancel instead.
    MIT
  • Browse curated AI models grouped by category to find the right one for your task. Get the model schema, then run it.
    MIT
  • Execute any AI model from Wiro for generating, editing, or analyzing image, video, text, audio, or 3D content. Check the model schema first, pass parameters, and get the media output.
    MIT
  • List recent model-generation tasks to locate previous work, then retrieve complete results using a task ID.
    MIT

Matching MCP Servers

  • Cancel a queued task before worker assignment, changing its remote state to prevent execution. For tasks already started, use kill_task.
    MIT
  • Retrieve a model's typed parameters, defaults, required fields, options, and pricing, then fill them and follow the run_model next action.
    MIT
  • Upload a remotely accessible file to Wiro hosting, enabling model schemas that require Wiro-hosted files or reuse of the same file across requests.
    MIT
  • Find the right AI model for any task by searching across Wiro's model catalog. Filter by category, owner, or keyword and sort results by relevance, rating, or usage.
    MIT
  • Describe a task to receive ranked AI model recommendations and the get_model_schema step for running the selected model.
    MIT
  • Determine the charged cost for a task. Successful tasks are billed, failed tasks are not. If the task is active, follow wait_for_task for completion and pricing.
    MIT
  • Search official Wiro documentation to find API references, examples, and how-to guides for building with Wiro AI.
    MIT