{"service_id":"captions.parse","description":"Phase 3.6 — parse SRT/WebVTT/plain captions locally (no network)","example_srt":{"method":"POST","url":"https://api.techforagi.com/process","headers":{"Authorization":"Bearer tfagi_channel_test_..."},"body":{"service_id":"captions.parse","input":{"text":"1\n00:00:01,000 --> 00:00:04,000\nHello world.\n","format_hint":"srt"}}},"example_mcp":{"method":"POST","url":"https://api.techforagi.com/mcp","body":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"parse_captions","arguments":{"text":"WEBVTT\n\n00:00.000 --> 00:02.000\nHi\n","format_hint":"webvtt"}}}}}