# Tidy

TIDY helps to maintain a clean house. A rental. Your employee's workspace. Your home. All automated through TIDY.

- **Category:** scheduling & booking
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 10
- **Triggers:** 0
- **Slug:** `TIDY`
- **Version:** 20260424_00

## Tools

### Create Address

**Slug:** `TIDY_CREATE_ADDRESS`

Tool to create a new address record with location data, parking information, and access instructions. Use when you need to add a new property address to Tidy.

### Create Pro

**Slug:** `TIDY_CREATE_PRO`

Tool to add a Pro to the Priority List for all addresses in a customer account. Use when syncing professional service provider information from another application into TIDY.

### Delete Address

**Slug:** `TIDY_DELETE_ADDRESS`

Tool to remove an address from the system by its unique identifier. Use when you need to delete an address that has no active scheduled jobs. Important: Addresses with active jobs cannot be deleted and must have their jobs cancelled first.

### List All Addresses

**Slug:** `TIDY_LIST_ALL_ADDRESSES`

Tool to retrieve all addresses sorted by creation date with most recent first. Use when you need to view all property addresses in the Tidy system.

### List All Jobs

**Slug:** `TIDY_LIST_ALL_JOBS`

Tool to retrieve all jobs associated with an account with optional filtering by address_id, status, or to_do_list_id. Use when you need to view or manage jobs in the Tidy system.

### List Available Booking Time Slots

**Slug:** `TIDY_LIST_AVAILABLE_BOOKING_TIME_SLOTS`

Tool to retrieve available booking time slots from professionals in your network for the next 4 weeks. Use when you need to find instantly available times to book a service.

### List Guest Reservations

**Slug:** `TIDY_LIST_GUEST_RESERVATIONS`

Tool to retrieve all guest reservations sorted by creation date with most recent first. Use when you need to view or manage guest bookings in the Tidy system.

### List To-Do Lists

**Slug:** `TIDY_LIST_TO_DO_LISTS`

Tool to retrieve all active address to-do lists with optional filtering by address_id, sorted by creation date with most recent first. Use when you need to view or manage to-do lists in the Tidy system.

### Retrieve Address

**Slug:** `TIDY_RETRIEVE_ADDRESS`

Tool to retrieve the details of an existing address by its unique identifier. Use when you need to view complete information about a specific address including parking and access notes.

### Update Address

**Slug:** `TIDY_UPDATE_ADDRESS`

Tool to update parking details and access notes for an existing address. Use when you need to modify parking information or property access instructions. Important: Cannot update address, unit, postal_code, or country_code - these fields require creating a new address.
