> ## Documentation Index
> Fetch the complete documentation index at: https://docs.overlap.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resources and prompts

> Reusable Overlap context and guided prompt templates exposed by the MCP server.

## Resources

Resources let a client attach current Overlap context without copying entire collections into a conversation.

```text theme={null}
overlap://organization/current
overlap://capabilities
overlap://docs/index
overlap://docs/{slug}
overlap://workflow-node-types/{type}
overlap://workflows/{workflowId}
overlap://runs/{workflowRunId}
overlap://clips/{clipId}
overlap://clips/{clipId}/transcript
overlap://social/posts/{postId}
overlap://analytics/posts/{postId}
overlap://operations/{operationId}
```

Large collections use paginated tools instead of being enumerated as resources. Sensitive storage fields, embeddings, provider credentials, and internal account configuration are removed.

## Prompt templates

* `repurpose_video` — run a selected clipping workflow for a source and target platforms
* `find_best_moments` — search or generate focused clip candidates
* `fix_transcript_and_render` — correct a transcript using version protection and request a new render
* `analyze_performance` — compare a date range and explain notable posts
* `review_social_calendar` — find gaps, collisions, failures, and approval needs
* `build_content_calendar` — create unapproved drafts from existing Overlap assets

## Example requests

> Run my Podcast Shorts workflow on this YouTube URL. Find five 45–75 second vertical clips about AI agents, add captions, and skip sponsor segments.

> What is scheduled across all accounts next week? Group it by day and flag gaps, collisions, failures, and anything needing approval.

> Move the LinkedIn draft about the launch from Tuesday to Thursday at 9:30 AM Pacific. Do not authorize it to publish.

> Publish the approved launch draft now. First show me the exact account, full copy, and bound media revision, then wait for my written approval in this conversation. Do not open a browser.

> Compare the last seven days with the previous week and explain which posts are beating the account baseline.

> Fix “Air Table” to “Airtable” in this clip, then create a new render. Do not overwrite the transcript if someone changed it after you loaded it.
