list_context_documents
List imported/watched video documents (YouTube or local files) from your Clipy context library, returning compact metadata that can be filtered by tag or keywords.
Instructions
List the user's context documents — their imported/watched-video memory: YouTube videos and local video files they imported into Clipy so agents can read them. This is a SEPARATE library from the user's own screen recordings (use list_recordings/search_recordings for those), with its own ids; a recording id will not resolve here. Returns compact metadata only; call read_context_document for the transcript. Documents can be PARTIAL: frameCount: 0 with segments present is normal and usable — the transcript synced and frame extraction did not (or the video never needed frames). Check ingestStatus before reporting a document as incomplete, and never tell the user an import failed because frames are missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to documents carrying this tag. | |
| limit | No | Max results (default 25). | |
| query | No | Keywords to match against title and transcript text. |