Integración · Shotstack

Automatizacion de video con Shotstack via Rube MCP

Automatiza tareas de renderizado y edicion de video en la API de Shotstack via Composio Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Shotstack vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Shotstack) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Shotstack",
  "tool_slug": "SHOTSTACK_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Shotstack",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Usa RUBE_SEARCH_TOOLS para descubrir herramientas disponibles, RUBE_MANAGE_CONNECTIONS para autenticar el toolkit shotstack, y RUBE_MULTI_EXECUTE_TOOL para ejecutar operaciones con los schemas descubiertos dinamicamente.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.