Aryn
arynAryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.
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ónTool to create a new docset. use when you need to allocate a storage container before adding documents.
ARYN_ARYN_CREATE_DOCSETAcciónTool to create a new docset. use when you need to allocate a storage container before adding documents.
Parámetros de entrada
namestringObligatorioName of the DocSet
schemaobjectOptional schema object defining document properties
promptsobjectOptional dictionary of prompts for the DocSet
propertiesobjectOptional dictionary of additional properties
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
Create DocSetARYN_CREATE_DOCSETAcciónTool to create a new docset. use when you need to allocate a storage container before adding documents.
ARYN_CREATE_DOCSETAcciónTool to create a new docset. use when you need to allocate a storage container before adding documents.
Parámetros de entrada
namestringObligatorioString name for the DocSet
schemaobjectOptional schema object defining document properties
promptsobjectOptional dictionary of prompts for the DocSet
propertiesobjectOptional dictionary of additional properties
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
Delete DocSetARYN_DELETE_DOCSETAcciónTool 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.
ARYN_DELETE_DOCSETAcciónTool 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_idstringObligatorioThe unique identifier of the DocSet to delete
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
Generate planARYN_GENERATE_PLANAcciónTool 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").
ARYN_GENERATE_PLANAcciónTool 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
querystringObligatorioNatural language query string to generate a plan for.
docset_idstringObligatorioID of the docset to generate the plan 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
Get DocSet MetadataARYN_GET_DOC_SETAcciónTool to retrieve metadata for a specific docset. use when you have the docset id and optionally need usage statistics.
ARYN_GET_DOC_SETAcciónTool to retrieve metadata for a specific docset. use when you have the docset id and optionally need usage statistics.
Parámetros de entrada
fieldsstringComma-separated list of metadata fields to include in the response (e.g., 'name,owner').
docsetIdstringObligatorioUnique identifier of the DocSet to retrieve metadata for.
includeStatsbooleanWhether to include usage statistics (documentsCount, storageUsed).
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
Get Document by IDARYN_GET_DOCUMENTAcciónTool to retrieve a document by id. use after both docset and document ids are available.
ARYN_GET_DOCUMENTAcciónTool to retrieve a document by id. use after both docset and document ids are available.
Parámetros de entrada
doc_idstringObligatorioThe unique identifier of the document to retrieve.
docset_idstringObligatorioThe unique identifier of the DocSet containing the document.
include_binarybooleanBoolean to include binary data.
include_elementsbooleanBoolean to include document elements.
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
Get Document BinaryARYN_GET_DOCUMENT_BINARYAcciónTool to retrieve the binary content of a document by docset id and document id.
ARYN_GET_DOCUMENT_BINARYAcciónTool to retrieve the binary content of a document by docset id and document id.
Parámetros de entrada
docsetIdstringObligatorioThe unique identifier of the DocSet containing the document.
documentIdstringObligatorioThe unique identifier of the document to download.
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
List Async TasksARYN_LIST_ASYNC_TASKSAcciónTool to list all outstanding asynchronous tasks for the account. use when you need to check pending or running tasks.
ARYN_LIST_ASYNC_TASKSAcciónTool 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
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