Quickstarts¶
These walkthroughs show how to use yt-text for real tasks instead of reading
the tool reference in the abstract.
Each quickstart assumes:
yt-textis installed and onPATH- your MCP client is already configured
- you can call
get_transcript,list_languages, andget_metadata
Start with the workflow that matches what you actually need:
Which Tool To Reach For¶
- Use
get_metadatawhen you want a cheap first pass. - Use
list_languageswhen language choice matters. - Use
get_transcriptwhen you are ready to extract the actual content.
If anything fails, see Troubleshooting.