NAiOS IconNAiOS Logo
Volver al catálogo

Tavily

tavily

Tavily offers search and data retrieval solutions, helping teams quickly locate and filter relevant information from documents, databases, or web sources

Acciones
1
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 (1)

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.

Tavily searchTAVILY_TAVILY_SEARCHAcción

Use this to perform a web search via the tavily api; offers controls for search depth, content types, result count, and domain filtering.

Parámetros de entrada

  • querystringObligatorio

    The search query string to find relevant information online.

  • max_resultsinteger

    Maximum number of search results to return.

  • search_depthstring

    Specifies search depth: 'basic' (standard, 1 API Credit) or 'advanced' (in-depth, 2 API Credits).

  • include_answerboolean

    If true, attempts to include a direct answer to the query (suitable for factual questions) in search results.

  • include_imagesboolean

    If true, includes links to relevant images in search results.

  • exclude_domainsarray

    A list of domain names (e.g., `['exclude.com', 'othersite.net']`) to exclude from search results; results from these domains will be filtered out.

  • include_domainsarray

    A list of specific domain names (e.g., `['example.com', 'website.org']`) to restrict the search to; only results from these domains are returned.

  • include_raw_contentboolean

    If true, includes raw content from visited websites (e.g., unprocessed HTML or text) in search results.

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