Integración · Page X

Automatizacion de Page X via Composio (Rube MCP)

Automatiza tareas en la plataforma Page X conectandose a traves de Composio via el servidor MCP de Rube.
EJEMPLO ILUSTRATIVO · requiere conexión a Page X vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Page X) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Page X",
  "tool_slug": "PAGE_X_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Page X",
  "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"
    }
  ]
}
Descubre herramientas disponibles con RUBE_SEARCH_TOOLS, verifica la conexion activa con RUBE_MANAGE_CONNECTIONS y ejecuta operaciones con RUBE_MULTI_EXECUTE_TOOL siguiendo los esquemas retornados dinamicamente.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.