Sample input
{"schemaVersion":"toolkit.youtube-state.v1","videoId":"dQw4w9WgXcQ","canonicalUrl":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","metadata":{"title":"Example"}}
Format normalized YouTube metadata as readable text and key-value output.
{"schemaVersion":"toolkit.youtube-state.v1","videoId":"dQw4w9WgXcQ","canonicalUrl":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","metadata":{"title":"Example"}}
curl -X POST https://toolkit.fun/api/v1/t/youtube-info-format \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{"input":"...","params":{}}'
MCP server: https://toolkit.fun/api/mcp
Use this tool directly when you need YouTube Info Formatter, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.
Format normalized YouTube metadata as readable text and key-value output.