NAiOS IconNAiOS Logo
Volver al catálogo

Aryn

aryn

Aryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.

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

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.

Create DocSetARYN_ARYN_CREATE_DOCSETAcción

Tool to create a new docset. use when you need to allocate a storage container before adding documents.

Parámetros de entrada

  • namestringObligatorio

    Name of the DocSet

  • schemaobject

    Optional schema object defining document properties

  • promptsobject

    Optional dictionary of prompts for the DocSet

  • propertiesobject

    Optional dictionary of additional properties

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

Create DocSetARYN_CREATE_DOCSETAcción

Tool to create a new docset. use when you need to allocate a storage container before adding documents.

Parámetros de entrada

  • namestringObligatorio

    String name for the DocSet

  • schemaobject

    Optional schema object defining document properties

  • promptsobject

    Optional dictionary of prompts for the DocSet

  • propertiesobject

    Optional dictionary of additional properties

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

Delete DocSetARYN_DELETE_DOCSETAcción

Tool to delete a docset and all its documents. use after confirming the docset id, when you need to permanently remove a docset and its contents.

Parámetros de entrada

  • docset_idstringObligatorio

    The unique identifier of the DocSet to delete

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

Generate planARYN_GENERATE_PLANAcción

Tool to generate a query plan without executing it. use when you need to review the logical plan before running your query (e.g., "generate a plan for revenue breakdown by region").

Parámetros de entrada

  • querystringObligatorio

    Natural language query string to generate a plan for.

  • docset_idstringObligatorio

    ID of the docset to generate the plan 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

Get DocSet MetadataARYN_GET_DOC_SETAcción

Tool to retrieve metadata for a specific docset. use when you have the docset id and optionally need usage statistics.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of metadata fields to include in the response (e.g., 'name,owner').

  • docsetIdstringObligatorio

    Unique identifier of the DocSet to retrieve metadata for.

  • includeStatsboolean

    Whether to include usage statistics (documentsCount, storageUsed).

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

Get Document by IDARYN_GET_DOCUMENTAcción

Tool to retrieve a document by id. use after both docset and document ids are available.

Parámetros de entrada

  • doc_idstringObligatorio

    The unique identifier of the document to retrieve.

  • docset_idstringObligatorio

    The unique identifier of the DocSet containing the document.

  • include_binaryboolean

    Boolean to include binary data.

  • include_elementsboolean

    Boolean to include document elements.

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

Get Document BinaryARYN_GET_DOCUMENT_BINARYAcción

Tool to retrieve the binary content of a document by docset id and document id.

Parámetros de entrada

  • docsetIdstringObligatorio

    The unique identifier of the DocSet containing the document.

  • documentIdstringObligatorio

    The unique identifier of the document to download.

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

List Async TasksARYN_LIST_ASYNC_TASKSAcción

Tool to list all outstanding asynchronous tasks for the account. use when you need to check pending or running tasks.

Parámetros de entrada

Sin parámetros.

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