Integración · Yandex

Automatización de Yandex vía Rube MCP

Automatiza tareas en los servicios de Yandex (mail, disco, anuncios, etc.) mediante el toolkit de Composio conectado a través de Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Yandex vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Yandex) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "Yandex",
  "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"
    }
  ]
}
Establece conexión autenticada con Yandex vía RUBE_MANAGE_CONNECTIONS, descubre herramientas disponibles con RUBE_SEARCH_TOOLS y ejecuta operaciones con RUBE_MULTI_EXECUTE_TOOL siguiendo un patrón session-based.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.