Integración · Streamtime

Automatización de Streamtime vía Rube MCP

Automatiza tareas de gestión de proyectos y seguimiento de tiempo en Streamtime mediante agentes IA conectados vía Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Streamtime vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Streamtime) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "Streamtime",
  "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 con Streamtime, y RUBE_MULTI_EXECUTE_TOOL para ejecutar operaciones con esquemas actualizados en tiempo real.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.