Integración · Productlane

Automatización de Productlane via Composio MCP

Automatiza tareas en Productlane (feedback de clientes, solicitudes de producto) mediante herramientas Composio vía MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Productlane vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Productlane) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "Productlane",
  "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 con Rube MCP, descubre los tools disponibles en tiempo real con RUBE_SEARCH_TOOLS y los ejecuta con RUBE_MULTI_EXECUTE_TOOL siguiendo el esquema dinámico retornado.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.