Weavz
tl;dv

tl;dv

Import and retrieve tl;dv meetings, recordings, transcripts, notes, and webhook events

9 tools
5 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
health_check

Check tl;dv API availability for the authenticated API key

import_meeting

Import a meeting, recording, or media file using the raw JSON payload accepted by tl;dv

list_meetings

List meetings visible to the API key

get_meeting

Get a meeting by ID

get_recording_download_url

Get the signed recording download URL returned by tl;dv redirect

get_transcript

Get the structured transcript for a meeting

get_notes

Get structured and markdown notes for a meeting

get_highlights

Get deprecated tl;dv highlights for a meeting. Prefer Get Notes when possible.

custom_api_call

Call any tl;dv API endpoint with the connected API key

Triggers

Name
new_meeting

Poll for meetings that appear after the initial baseline

transcript_ready_polling

Poll meetings and emit when a transcript becomes available

webhook_event_received

Receive manually configured tl;dv webhook events

meeting_ready

Receive tl;dv MeetingReady webhook events

transcript_ready

Receive tl;dv TranscriptReady webhook events

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('tldv', 'health_check', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'tldv',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect tl;dv to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does tl;dv support?

tl;dv supports 9 tools including Health Check, Import Meeting, List Meetings, Get Meeting, Get Recording Download URL, and more.

Can I use tl;dv with AI agents?

Yes. Add tl;dv to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect tl;dv to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add tl;dv as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped tl;dv tools exposed by that workspace.

Does tl;dv work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved tl;dv work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with tl;dv?

tl;dv exposes 9 tools, including Health Check, Import Meeting, List Meetings, Get Meeting, Get Recording Download URL, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can tl;dv be used in stateful agent workflows?

Yes. Agents can combine tl;dv tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does tl;dv use?

tl;dv uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the tl;dv integration cost?

The tl;dv integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does tl;dv support?

tl;dv supports 5 triggers including New Meeting, Transcript Ready (Polling), Webhook Event Received, Meeting Ready, Transcript Ready.

Connect tl;dv in minutes

Get 20,000 free action executions every month. No credit card required.