get_transcription_segments — PodLearn MCP Tool Read-only
get_transcription_segments
(get transcription segments) is one of 25 tools on the
PodLearn
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_transcription_segments from your client
- Claude Code PodLearn get_transcription_segments run in your project directory
- Claude Desktop PodLearn get_transcription_segments ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor PodLearn get_transcription_segments ~/.cursor/mcp.json
- VS Code PodLearn get_transcription_segments .vscode/mcp.json
- Zed PodLearn get_transcription_segments ~/.config/zed/settings.json
- Windsurf PodLearn get_transcription_segments ~/.codeium/windsurf/mcp_config.json
- Cline PodLearn get_transcription_segments ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI PodLearn get_transcription_segments ~/.gemini/settings.json
- Grok PodLearn get_transcription_segments .mcp.json (in your project root)
- ChatGPT PodLearn get_transcription_segments Settings → Connectors → Advanced → Developer mode
- Claude.ai PodLearn get_transcription_segments Settings → Connectors → Add custom connector
- LangChain PodLearn get_transcription_segments pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http podlearn https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable
Other tools on this server
- search_podcasts
- list_podcasts
- get_podcast_details
- search_episodes
- list_feed_episodes
- list_episodes
- get_episode_details
- transcribe_url
- transcribe_feed
- start_transcription
- get_transcription
- search_transcription
- list_lessons
- get_lesson_content
- generate_lesson
- get_subscription_status
- get_user_credits
- get_episode_usage
- get_saved_items
- save_item
- remove_saved_item
- generate_linkedin_post
- search_youtube
- browse_episodes
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.