audit_channel
Give the signed-in user a full audit and overview of THEIR OWN YouTube channel in one answer: the overall state right now, what is working and why, which single thing is constraining the channel (whether people are not being SHOWN the videos or are being shown and not clicking), and what their audience wants. This is the broad front-door command, and it reads the channel as a whole. For a ranked list of which VIDEOS to fix first and in what order, call diagnose_channel instead. Call it when the user asks to audit, analyze, review, assess, evaluate, or check their channel; wants a channel overview, health check, summary, or the big picture; or asks broad questions like 'how is my channel doing', 'what is going on with my channel', 'analyze my channel', or 'give me my channel overview'. ALWAYS pass ask: 'broad' when they asked to audit/review/analyze the channel or how it is doing overall, 'specific' when they asked for the channel read but aimed it at ONE thing (an audit focused on their titles, a review that only cares about packaging). Pass refresh: true ONLY when they explicitly want the numbers re-pulled rather than the last saved read (they say it is out of date, or they just published and want it counted); it is slower and Klyf Pro only. This is a SNAPSHOT of right now: for anything about direction over time (is it growing or sliding, why growth stalled, is this month better than last) call check_growth instead, or first, since a snapshot cannot see a trend and will contradict it. Always about the user's own connected channel, never a competitor's. Needs no input: it reads their real connected YouTube channel directly. Never ask the creator anything first, not for context, not for a link, not for a title you could look up; call it immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ask | No | How wide the user's question is. 'broad' when they asked for an audit, an overview, or how the channel is doing overall. 'specific' when they asked for the whole-channel read but pointed it at ONE thing, for example 'audit my channel, focus on my titles' or 'review my channel, is my packaging the problem'. Do NOT reach for 'specific' on a narrow question that belongs to another tool: what to fix first is diagnose_channel, why growth stalled is check_growth, and reaching new people is check_discoverability. A broad ask opens by describing what the channel is and who it serves; a specific one answers only what was asked. Default is broad. | |
| refresh | No | Recompute from YouTube instead of reading the last saved analysis. Klyf Pro only; takes noticeably longer |