Turso
tursoTurso is a fully managed database platform built on libSQL, offering serverless SQLite databases with global replication and low-latency access.
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ónTool to get the closest turso region based on client location. use when you need to minimize latency by selecting the nearest deployment region.
TURSO_CLOSEST_REGIONAcciónTool 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
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
Listen To ChangesTURSO_LISTEN_TO_CHANGESAcciónTool to listen to committed table changes. use when streaming real-time insert/update/delete events for a specific table after authenticating.
TURSO_LISTEN_TO_CHANGESAcciónTool 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
tablestringObligatorioName of the table to listen for changes on
actionstringObligatorioenumType of change event to listen for: insert, update, or delete
insertupdatedelete
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
Validate API TokenTURSO_VALIDATE_API_TOKENAcciónTool to validate a user api token and retrieve its expiration. use after obtaining a token to confirm it's active.
TURSO_VALIDATE_API_TOKENAcciónTool to validate a user api token and retrieve its expiration. use after obtaining a token to confirm it's active.
Parámetros de entrada
modestringValidation 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_sqlstringSQL statement to use for pipeline health validation when mode is 'pipeline' or during 'auto' fallback.
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