ktalk_list_recordings
Find and list KTalk conference recordings by title, room, author, or date range. Supports sorting, pagination, and output as JSON or markdown table.
Instructions
List available KTalk conference recordings.
Args: query: Search by title, room name, or author start_from: Start date filter (ISO 8601, e.g. 2026-03-01) start_to: End date filter (ISO 8601) top: Number of recordings per page (1-1000, default 30) order: Sort order (byTimeNewFirst, byTimeOldFirst, byTitle, bySizeBigFirst, bySizeSmallFirst) page_token: Pagination token from previous response format: Output format — "raw" (JSON) or "markdown" (human-readable table)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| order | No | byTimeNewFirst | |
| query | No | ||
| format | No | markdown | |
| start_to | No | ||
| page_token | No | ||
| start_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |