Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TLDV_API_KEY | Yes | Your tl;dv API key, which can be requested from your tl;dv settings: https://tldv.io/app/settings/personal-settings/api-keys |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-meeting-metadata | Get a meeting by its ID. The meeting ID is a unique identifier for a meeting. It will return the meeting metadata, including the name, the date, the organizer, participants and more. |
| get-transcript | Get transcript by meeting ID. The transcript is a list of messages exchanged between the participants in the meeting. It's time-stamped and contains the speaker and the message |
| list-meetings | List all meetings based on the filters provided. You can filter by date, status, and more. Those meetings are the sames you have access to in the TLDV app. |
| get-highlights | Allows you to get highlights from a meeting by providing a meeting ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |