Linkup
linkupLinkup is a search engine that allows you to search the web for relevant results.
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ónThis 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.
LINKUP_GET_ANSWERAcciónThis 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
depthstringenumLevel of search depth ('standard' for faster results, 'deep' for more comprehensive results)
standarddeepquerystringObligatorioThe natural language question to get an answer for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search LinkupLINKUP_SEARCHAcciónThis 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.
LINKUP_SEARCHAcciónThis 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
depthstringObligatorioenumDefines the precision of the search. 'standard' returns results quickly, 'deep' takes longer but yields more comprehensive results
standarddeepquerystringObligatorioThe natural language question you want to retrieve context for
output_typestringObligatorioenumType of output desired: sourcedAnswer (natural language with sources), searchResults (context chunks), or structured (custom JSON format)
sourcedAnswersearchResultsstructuredinclude_imagesbooleanWhether to include images in the results
structured_output_schemastringRequired only when output_type is 'structured'. JSON schema for response format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not