Load a presentation into context
get_presentation_contextLoad any shared Bisque presentation for reading: its metadata, the full per-slide narration transcript with timestamps, and the context.md file its author shipped for agents (extra background the slides summarize). Target it by watch URL (https://bisque.today/p/{handle}/{slug}) or by handle + slug — it does not have to be yours. Use this to read, summarize, cite, or answer questions about a presentation: ground your answers in the returned transcript and context, and cite slides as [slide N].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Watch URL, e.g. https://bisque.today/p/{handle}/{slug}. Provide this OR handle + slug. | |
| slug | No | URL slug, the last path segment of the watch URL. Use with handle, or pass url instead. | |
| handle | No | Channel handle (leading @ allowed). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| title | Yes | ||
| handle | Yes | ||
| webUrl | Yes | ||
| contextMd | Yes | The bundle's context.md (shared agent-facing background); null when the presentation ships none. | |
| transcript | Yes | Per-slide narration, ordered by slide index. | |
| visibility | Yes | ||
| description | No | ||
| publishedAt | No | ISO 8601, null when unknown. | |
| presentationId | Yes | ||
| contextTruncated | Yes | ||
| transcriptTruncatedSlides | Yes | Content slides the size-capped transcript dropped; 0 = complete. |