list_action_buttons
List Action Buttons
Retrieve all available action buttons configured on a Ragic sheet. Returns button metadata including IDs needed to execute buttons via the Execute Action Button tool.
list_action_buttons
Retrieve all available action buttons configured on a Ragic sheet. Returns button metadata including IDs needed to execute buttons via the Execute Action Button tool.
add_comment
Add a comment to a specific record in a Ragic sheet. Comments are visible to users who have access to the record.
lock_record
Lock or unlock a record in a Ragic sheet. Locked records cannot be modified by other users through the UI or API (unless checkLock is not used). Use this to prevent concurrent modifications.
get_file_url
Generate a download URL for a file or image uploaded to a Ragic record. The file reference can be found in the record's field value for file/image fields (format: "token@filename").
export_record
Export a single record from a Ragic sheet in various formats: HTML, PDF, Excel, Mail Merge, or Custom Print Report. Returns the download URL for the exported file.
get_record
Retrieve a single record by its ID from a Ragic sheet. Returns all field values, optionally including subtables, comments, and metadata.
delete_record
Permanently delete a record from a Ragic sheet by its record ID. This action cannot be undone.
list_records
Query and retrieve records from a Ragic sheet with optional filtering, search, sorting, and pagination. Returns record data as key-value pairs keyed by record ID.
create_record
Create a new record in a Ragic sheet. Provide field values as key-value pairs where keys are field IDs. Supports subtable creation, server-side formula execution, and workflow triggers.
execute_action_button
Trigger a pre-configured action button on a specific record in a Ragic sheet. Action buttons can perform automated tasks like sending emails, updating related records, or executing custom logic. Use the **List Action Buttons** tool first to discover available button IDs for a sheet.
update_record
Update an existing record in a Ragic sheet. Provide only the fields you want to modify. Supports subtable row updates, subtable row deletion, formula execution, and workflow triggers.
Create, read, update, and delete records in Ragic no-code database sheets. Query records with filters, full-text search, and sorting. Upload and retrieve files and images attached to records. Export records as HTML, PDF, Excel, or Mail Merge formats. Add comments to records, lock and unlock records, and trigger pre-configured action buttons programmatically. Import data from external URLs into sheets. Receive webhooks on record creation, update, or deletion events.
Common questions about connecting Ragic to AI agents with Metorial.