# Tidy AI integration on Definable

> TIDY helps to maintain a clean house.

## What this connects

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

Vendor: https://www.tidy.com/

## Tools available

**10** tools available. First 10:

- `TIDY_CREATE_ADDRESS` — 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.
- `TIDY_CREATE_PRO` — 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.
- `TIDY_DELETE_ADDRESS` — 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.
- `TIDY_LIST_ALL_ADDRESSES` — 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.
- `TIDY_LIST_ALL_JOBS` — 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.
- `TIDY_LIST_AVAILABLE_BOOKING_TIME_SLOTS` — 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.
- `TIDY_LIST_GUEST_RESERVATIONS` — 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.
- `TIDY_LIST_TO_DO_LISTS` — 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.
- `TIDY_RETRIEVE_ADDRESS` — 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.
- `TIDY_UPDATE_ADDRESS` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Tidy

Inside a Definable workflow, Tidy is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Tidy** — the Researcher (GPT-5.5) pulls context from Tidy (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Tidy** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Tidy (create record, post message, draft email).
- **Designer / Engineer → Distributor → Tidy** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Tidy (attach file, open PR comment, post status).

The Verifier checks every Tidy call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- scheduling & booking — https://definable.ai/apps/category/scheduling-&-booking/

## Related

- HTML page: https://definable.ai/apps/tidy/
- Same category (scheduling & booking): https://definable.ai/apps/category/scheduling-&-booking/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
