Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now

Actions for AI agents

Explore exact operations, provider setup, pricing, and safety details before using them with Aident Loadout.

Showing 10513-10536 of 33122 Actions, ordered by recent successful use.

  • Databricks Tools

    Databricks Dashboards Lakeview Publish

    Tool to publish an AI/BI Lakeview dashboard making it accessible via public link. Use when you need to publish a draft dashboard with embedded credentials and assign a warehouse for query execution. After successful publication, the dashboard becomes accessible at https://<deplo…
    FreeWrite action
  • Databricks Tools

    Databricks Dashboards Lakeview Trash

    Tool to move a Lakeview dashboard to trash instead of permanently deleting it. Use when you need to remove a dashboard while retaining recovery options. Trashed dashboards can be recovered within 30 days before permanent deletion.
    FreeWrite action
  • Databricks Tools

    Databricks Dashboards Lakeview Unpublish

    Tool to unpublish an AI/BI Lakeview dashboard while preserving its draft version. Use when you need to remove the published version of a dashboard. The draft version remains available and can be republished later if needed.
    FreeWrite action
  • Databricks Tools

    Databricks Dashboards Lakeview Update

    Tool to update a draft Lakeview dashboard configuration and metadata. Use when you need to modify dashboard properties such as display name, warehouse, location, or content. This is a partial update operation - only provided fields will be updated. The etag field can be used for…
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Create Database Catalog

    Tool to register a Lakebase Postgres database as a Unity Catalog catalog in Databricks. Use when you need to register a Lakebase database instance as a catalog in Unity Catalog for data governance and analytics. Requires CREATE CATALOG privilege on the metastore and access to th…
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Create Database Instance

    Creates a new Lakebase Provisioned database instance in Databricks. Lakebase is Databricks' serverless PostgreSQL-compatible database service for OLTP workloads. Use this action to provision a new database instance with specified compute capacity and configuration. The creator a…
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Delete Database Instance

    Delete a Databricks Lakebase Postgres database instance. Permanently removes the database instance and all associated data. Prerequisites: The instance should be stopped before deletion, and you must have CAN_MANAGE permissions on the instance. Warning: This operation cannot be…
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Delete Synced Database Table

    Tool to delete a synced table from Unity Catalog and stop data refreshes. Use when you need to deregister a synced table connection between Unity Catalog and a database instance. Note: The underlying Postgres table remains and must be manually dropped to free space.
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Find Database Instance By Uid

    Tool to find a database instance by its unique identifier (UID). Use when you need to retrieve instance details using the immutable UUID instead of the instance name.
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Generate Database Cred

    Tool to generate OAuth token for database instance authentication. Use when you need to authenticate to Databricks database instances. The generated token is workspace-scoped and expires after one hour, though open connections remain active past expiration.
    FreeWrite action
  • Databricks Tools

    Databricks Database Database Get Database Instance

    Retrieves detailed information about a Databricks Lakebase (managed PostgreSQL) database instance by name. Returns comprehensive instance details including: - Current state (AVAILABLE, STARTING, STOPPED, UPDATING, DELETING, FAILING_OVER) - Capacity/SKU configuration (CU_1, CU_2,…
    FreeWrite action
  • Databricks Tools

    Databricks Dataquality Data Quality Create Monitor

    Tool to create a data quality monitor for a Unity Catalog Delta table. Use when you need to set up monitoring for table quality, track data drift, or monitor ML model inference logs. Supports snapshot, time series, and inference log monitoring types. Only one monitor can be crea…
    FreeWrite action
  • Databricks Tools

    Databricks Dbfs List

    Tool to list the contents of a directory or get details of a file in DBFS. Use when you need to browse DBFS directories or check file details. Note: Recommended for directories with less than 10,000 files due to ~60 second timeout limitation. Throws RESOURCE_DOES_NOT_EXIST error…
    FreeWrite action
  • Databricks Tools

    Databricks Delete Cluster

    Tool to terminate a Databricks Spark cluster asynchronously. Use when you need to stop and remove a cluster. The cluster is terminated asynchronously and removed after completion. Cluster configuration is retained for 30 days after termination.
    FreeWrite action
  • Databricks Tools

    Databricks Edit Cluster

    Tool to edit an existing Databricks cluster configuration. Use when you need to modify cluster settings such as size, Spark version, node types, or cloud-specific attributes. The cluster must be in RUNNING or TERMINATED state. If updated while RUNNING, it will restart to apply c…
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Add Block

    Tool to append a block of data to an open DBFS stream. Use when uploading large files in chunks as part of the DBFS streaming upload workflow: 1) create a stream handle, 2) add blocks, 3) close the stream. Each block is limited to 1 MB of base64-encoded data.
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Create

    Tool to open a stream to write to a DBFS file and returns a handle. Use when uploading files to DBFS using the streaming workflow: 1) create a stream handle, 2) add blocks of data, 3) close the stream. The returned handle has a 10-minute idle timeout and must be used within that…
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Delete

    Tool to delete a file or directory from DBFS. Use when you need to remove files or directories from the Databricks File System. For large deletions (>10K files), use dbutils.fs in a cluster context instead of the REST API. Operation may return 503 PARTIAL_DELETE for large deleti…
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Get Status

    Tool to get the information of a file or directory in DBFS. Use when you need to check if a file or directory exists, retrieve its size, type, or last modification time. Throws RESOURCE_DOES_NOT_EXIST exception if the file or directory does not exist.
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Move

    Tool to move a file or directory from one location to another within DBFS. Use when you need to relocate files or directories in Databricks File System. Recursively moves all files if source is a directory. Not recommended for large-scale operations (>10k files) as it may timeou…
    FreeWrite action
  • Databricks Tools

    Databricks Files Dbfs Read

    Tool to read the contents of a file from DBFS. Returns base64-encoded file data with maximum read size of 1 MB per request. Use when you need to retrieve file contents from Databricks File System. Throws RESOURCE_DOES_NOT_EXIST if file does not exist, INVALID_PARAMETER_VALUE if…
    FreeWrite action
  • Databricks Tools

    Databricks Get All Library Statuses

    Tool to retrieve status of all libraries across all Databricks clusters. Use when you need to check library installation status on all clusters, including libraries set to be installed on all clusters via the API or libraries UI. Returns detailed status information for each libr…
    FreeWrite action
  • Databricks Tools

    Databricks Get Cluster

    Tool to retrieve comprehensive metadata and configuration details for a Databricks cluster by its unique identifier. Use when you need to check cluster state, configuration, resources, or operational details. Returns cluster information including state, compute configuration, cl…
    FreeWrite action
  • Databricks Tools

    Databricks Get User By Id

    Tool to retrieve information for a specific user in Databricks workspace by their ID. Use when you need to get complete user details including identity, contact information, group memberships, roles, and entitlements. Implements the SCIM 2.0 protocol standard for retrieving User…
    FreeWrite action
Previous439 / 1381Next
Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026