Integración · Fingertip

Automatización de Fingertip via Rube MCP

Automatiza tareas en Fingertip (páginas, bio links) a través de Composio via Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Fingertip vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Fingertip) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "Fingertip",
  "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"
    }
  ]
}
Conecta Fingertip mediante RUBE_MANAGE_CONNECTIONS, descubre herramientas con RUBE_SEARCH_TOOLS y ejecuta operaciones con RUBE_MULTI_EXECUTE_TOOL siguiendo un patrón de workflow en tres pasos.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.