Two separate limits matter: Google's YouTube Data API units (your key) and Unroll account usage (trial and plan).
Google's free tier provides 10,000 units per day per project. Quota resets at midnight Pacific Time. Only actions that hit the Data API consume units.
| Action | Typical cost | Uses units? |
|---|---|---|
Search (youtube_query research) | ~100 units | Yes |
| Channel uploads list | ~1–5 units | Yes |
| Video / channel metadata | ~1 unit | Yes |
| Comments list | ~1 unit | Yes |
Transcript (get_transcript) | 0 units | No |
goal=research and goal=advice over repeated calls.New accounts include a hosted trial of 20 MCP tool calls before you need your own API key or a paid plan. Track usage on the Usage dashboard.
After trial: add your Google API key (free tier) or upgrade on Billing. Your key's Google quota is separate from Unroll plan limits.
youtube_query(goal=advice) instead of N summarize_video callsget_transcript with search_in_transcript (no API units)goal=research with max_results=10 before summarizing pickspage_token instead of re-searchingexclude_shorts=true for channel scansThe server returns a clear error with next_steps. Typical fixes: