seameet_list_recent_recordings
Retrieve a list of recent recordings from your SeaMeet cloud library, ordered newest first. Each entry provides title, duration, and sharing status for quick overview.
Instructions
List recordings in the SeaMeet cloud library, newest first. Returns compact entries {assetId, title, kind, durationMs, updatedAt, shared}. Use seameet_get_recording to fetch one recording's transcript/summary/action items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, cap 100). | |
| sinceDays | No | Only recordings updated in the last N days (default 90). |