# Ragic

Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.

- **Category:** databases
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 7
- **Triggers:** 0
- **Slug:** `RAGIC`
- **Version:** 20260424_00

## Tools

### Delete Entry

**Slug:** `RAGIC_DELETE_ENTRY`

Tool to delete an entry from a Ragic sheet. Use when you need to remove a specific record from a sheet by its record ID.

### Download File

**Slug:** `RAGIC_DOWNLOAD_FILE`

Tool to download uploaded files, images, or email attachments from Ragic. Use the file reference returned from API responses (e.g., from record fields).

### Get Action Buttons

**Slug:** `RAGIC_GET_ACTION_BUTTONS`

Tool to retrieve the list of available action buttons on a Ragic sheet. Returns action button IDs and names. Use category=massOperation to get buttons available for mass operations.

### Get Custom Print Report

**Slug:** `RAGIC_GET_CUSTOM_PRINT_REPORT`

Tool to retrieve a custom print report for a Ragic record in various formats (pdf, png, docx). Use when you need to generate and download a formatted report using a specific template.

### Get Entry

**Slug:** `RAGIC_GET_ENTRY`

Tool to retrieve a single entry from a Ragic sheet by its record ID. Use when you need to fetch specific record data including field values and optional subtable data.

### Get Record as PDF

**Slug:** `RAGIC_GET_RECORD_AS_PDF`

Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.

### Search Records

**Slug:** `RAGIC_SEARCH_RECORDS`

Search Records
