NAiOS IconNAiOS Logo
Volver al catálogo

Linkup

linkup

Linkup is a search engine that allows you to search the web for relevant results.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (2)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Natural Language AnswerLINKUP_GET_ANSWERAcción

This tool gets a natural language answer to a given question using linkup's api. it processes the question with provided parameters (query and depth) and returns a structured answer with text and sources used. it supports varying precision based on defined depth and is designed for natural language query responses.

Parámetros de entrada

  • depthstringenum

    Level of search depth ('standard' for faster results, 'deep' for more comprehensive results)

    standarddeep
  • querystringObligatorio

    The natural language question to get an answer for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search LinkupLINKUP_SEARCHAcción

This tool allows users to search and retrieve insights using the linkup api. it implements a search functionality via the post /search endpoint and supports various parameters including 'query', 'depth', and 'output type' (with options such as 'sourcedanswer', 'searchresults', and 'structured'). optional inclusion of images is available via the include images parameter.

Parámetros de entrada

  • depthstringObligatorioenum

    Defines the precision of the search. 'standard' returns results quickly, 'deep' takes longer but yields more comprehensive results

    standarddeep
  • querystringObligatorio

    The natural language question you want to retrieve context for

  • output_typestringObligatorioenum

    Type of output desired: sourcedAnswer (natural language with sources), searchResults (context chunks), or structured (custom JSON format)

    sourcedAnswersearchResultsstructured
  • include_imagesboolean

    Whether to include images in the results

  • structured_output_schemastring

    Required only when output_type is 'structured'. JSON schema for response format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not