# Tldv AI integration on Definable

> Meeting recorder and transcription tool for video conferences

## What this connects

Meeting recorder and transcription tool for video conferences

Vendor: https://tldv.io

## Tools available

**7** tools available. First 7:

- `TLDV_CHECK_HEALTH` — Check API Health — Tool to verify API availability and health status. Use when you need to check if the tl;dv API is operational before making other API calls.
- `TLDV_DOWNLOAD_MEETING_RECORDING` — Download Meeting Recording — Tool to download a meeting recording file. Returns the recording file by following the API's redirect to a signed download URL (valid for 6 hours). Use when you need to retrieve the actual recording content for a specific meeting.
- `TLDV_GET_MEETING` — Get Meeting — Tool to retrieve a meeting by its unique identifier. Returns detailed meeting metadata including id, name, date, URL, duration, organizer, invitees, template, and extra properties. Use when you need to fetch information about a specific meeting.
- `TLDV_GET_MEETING_HIGHLIGHTS` — Get Meeting Highlights — Tool to retrieve meeting notes (highlights) by meeting ID in human-readable format. Use when you need to fetch notes from a completed meeting. Highlights are only returned if the transcript is complete.
- `TLDV_GET_MEETING_TRANSCRIPT` — Get Meeting Transcript — Tool to retrieve the complete transcript of a meeting by its ID. Returns transcript segments with speaker names, text, and timestamps. The transcript is only returned if it is complete.
- `TLDV_IMPORT_MEETING` — Import Meeting — Tool to import a meeting, recording, or other media from a publicly accessible URL. The URL must point to media in a supported format (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac). Returns a job ID to track the import progress. Use when you need to add external recordings to tldv.
- `TLDV_LIST_MEETINGS` — List Meetings — Tool to retrieve a paginated list of meetings from tldv. Returns meeting metadata including id, name, occurrence date, URL, duration, organizer details, invitees, and template information. Use when you need to view recorded meetings or search for specific meeting details.

## Auth

Auth schemes: `API_KEY`.

## How agents use Tldv

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

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

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

## Categories

- productivity — https://definable.ai/apps/category/productivity/

## Related

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