get_tutorial_details
Retrieve full tutorial content in markdown format, including steps, code blocks, and screenshots, by providing the tutorial slug.
Instructions
Full tutorial content (markdown) with all steps, code blocks, screenshots.
Args: slug: Tutorial slug (from search_mcp_tutorials). lang: en | ru. Default: en.
Returns: Dict with title, summary, content (full markdown), difficulty, category, target_client, target_server, target_category, estimated_minutes, word_count, views_count, page_url.
Use this AFTER finding a relevant tutorial via search. The content field has
full markdown — render it directly to the user, or extract the install commands
/ config snippets they asked about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| lang | No | en |