Xata
xataThink data, not databases. The serverless, branchable, scalable, consistent, highly available, and searchable database service focused on the developer experience.
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.
Get Organization DetailsXATA_GET_ORGANIZATIONAcciónTool to retrieve detailed information about a specific organization by its ID. Use when you need to check organization status, name, billing information, or admin settings.
XATA_GET_ORGANIZATIONAcciónTool to retrieve detailed information about a specific organization by its ID. Use when you need to check organization status, name, billing information, or admin settings.
Parámetros de entrada
organization_idstringObligatorioUnique identifier for a specific organization
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 project resource limitsXATA_GET_PROJECT_LIMITSAcciónTool to retrieve the default resource limits for projects in a specified organization. Use when you need to check maximum instances, storage, allowed regions, or branch limits for a Xata organization.
XATA_GET_PROJECT_LIMITSAcciónTool to retrieve the default resource limits for projects in a specified organization. Use when you need to check maximum instances, storage, allowed regions, or branch limits for a Xata organization.
Parámetros de entrada
organizationIDstringObligatorioUnique identifier of the organization to get project limits 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
List ExtensionsXATA_LIST_EXTENSIONSAcciónTool to get available PostgreSQL extensions for a specific image. Use when you need to check which extensions can be enabled for a particular PostgreSQL version in an organization.
XATA_LIST_EXTENSIONSAcciónTool to get available PostgreSQL extensions for a specific image. Use when you need to check which extensions can be enabled for a particular PostgreSQL version in an organization.
Parámetros de entrada
imagestringObligatorioImage for which to list available extensions (e.g., postgres:17.7).
regionstringRegion to list extensions for image in. If not specified, returns extensions available in all regions.
organization_idstringObligatorioUnique identifier of the organization to check instance type availability 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
List Available ImagesXATA_LIST_IMAGESAcciónTool to retrieve a list of all available postgres images for a specified organization and region. Use when you need to check which database images are available for deployment.
XATA_LIST_IMAGESAcciónTool to retrieve a list of all available postgres images for a specified organization and region. Use when you need to check which database images are available for deployment.
Parámetros de entrada
regionstringRegion to check image availability for organization. If not specified, returns images for all regions.
organizationIDstringObligatorioUnique identifier of the organization to check image availability
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 Instance TypesXATA_LIST_INSTANCE_TYPESAcciónTool to retrieve a list of all instance types for the specified organization and region. Use when you need to check available instance types and their configurations including CPU, RAM, and pricing.
XATA_LIST_INSTANCE_TYPESAcciónTool to retrieve a list of all instance types for the specified organization and region. Use when you need to check available instance types and their configurations including CPU, RAM, and pricing.
Parámetros de entrada
regionstringObligatorioRegion to check instance type availability for
organizationIDstringObligatorioUnique identifier of the organization to check instance type availability 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
List Organization API KeysXATA_LIST_ORG_API_KEYSAcciónTool to retrieve a list of API keys for a specific Xata organization. Use when you need to view all API keys associated with an organization.
XATA_LIST_ORG_API_KEYSAcciónTool to retrieve a list of API keys for a specific Xata organization. Use when you need to view all API keys associated with an organization.
Parámetros de entrada
organization_idstringObligatorioUnique identifier for a specific organization
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 Available RegionsXATA_LIST_REGIONSAcciónTool to retrieve a list of all regions where new branches can be deployed for the specified organization. Use when you need to check which regions are available for deploying new branches.
XATA_LIST_REGIONSAcciónTool to retrieve a list of all regions where new branches can be deployed for the specified organization. Use when you need to check which regions are available for deploying new branches.
Parámetros de entrada
organization_idstringObligatorioUnique identifier of the organization to check region availability 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
Update OrganizationXATA_UPDATE_ORGANIZATIONAcciónTool to update information for an existing organization, such as its name. Use when you need to modify organization details.
XATA_UPDATE_ORGANIZATIONAcciónTool to update information for an existing organization, such as its name. Use when you need to modify organization details.
Parámetros de entrada
idstringOptional organization ID to set (must match pattern [a-zA-Z0-9_~:-]+)
namestringNew name for the organization
organizationIDstringObligatorioUnique identifier for the organization to update
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