NAiOS IconNAiOS Logo
Volver al catálogo

Xata

xata

Think data, not databases. The serverless, branchable, scalable, consistent, highly available, and searchable database service focused on the developer experience.

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.

Get Organization DetailsXATA_GET_ORGANIZATIONAcción

Tool 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_idstringObligatorio

    Unique identifier for a specific organization

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 project resource limitsXATA_GET_PROJECT_LIMITSAcción

Tool 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

  • organizationIDstringObligatorio

    Unique identifier of the organization to get project limits 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

List ExtensionsXATA_LIST_EXTENSIONSAcción

Tool 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

  • imagestringObligatorio

    Image for which to list available extensions (e.g., postgres:17.7).

  • regionstring

    Region to list extensions for image in. If not specified, returns extensions available in all regions.

  • organization_idstringObligatorio

    Unique identifier of the organization to check instance type availability 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

List Available ImagesXATA_LIST_IMAGESAcción

Tool 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

  • regionstring

    Region to check image availability for organization. If not specified, returns images for all regions.

  • organizationIDstringObligatorio

    Unique identifier of the organization to check image availability

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 Instance TypesXATA_LIST_INSTANCE_TYPESAcción

Tool 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

  • regionstringObligatorio

    Region to check instance type availability for

  • organizationIDstringObligatorio

    Unique identifier of the organization to check instance type availability 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

List Organization API KeysXATA_LIST_ORG_API_KEYSAcción

Tool 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_idstringObligatorio

    Unique identifier for a specific organization

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 Available RegionsXATA_LIST_REGIONSAcción

Tool 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_idstringObligatorio

    Unique identifier of the organization to check region availability 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

Update OrganizationXATA_UPDATE_ORGANIZATIONAcción

Tool to update information for an existing organization, such as its name. Use when you need to modify organization details.

Parámetros de entrada

  • idstring

    Optional organization ID to set (must match pattern [a-zA-Z0-9_~:-]+)

  • namestring

    New name for the organization

  • organizationIDstringObligatorio

    Unique identifier for the organization to update

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