NAiOS IconNAiOS Logo
Volver al catálogo

Turso

turso

Turso is a fully managed database platform built on libSQL, offering serverless SQLite databases with global replication and low-latency access.

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

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.

Closest RegionTURSO_CLOSEST_REGIONAcción

Tool to get the closest turso region based on client location. use when you need to minimize latency by selecting the nearest deployment region.

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

Listen To ChangesTURSO_LISTEN_TO_CHANGESAcción

Tool to listen to committed table changes. use when streaming real-time insert/update/delete events for a specific table after authenticating.

Parámetros de entrada

  • tablestringObligatorio

    Name of the table to listen for changes on

  • actionstringObligatorioenum

    Type of change event to listen for: insert, update, or delete

    insertupdatedelete

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

Validate API TokenTURSO_VALIDATE_API_TOKENAcción

Tool to validate a user api token and retrieve its expiration. use after obtaining a token to confirm it's active.

Parámetros de entrada

  • modestring

    Validation mode: 'platform' to validate via Platform API, 'pipeline' to validate using the Turso pipeline endpoint, or 'auto' to try platform first then fall back to pipeline.

  • health_sqlstring

    SQL statement to use for pipeline health validation when mode is 'pipeline' or during 'auto' fallback.

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