Skip to main content
Glama
Stefan-Nitu

MCP Walkthrough

by Stefan-Nitu

walkthrough

Explain code in VS Code with inline bubbles, highlights, and narrated multi-step tours. Navigate active tours, clear bubbles, or check status when helping users understand how code works.

Instructions

Show, explain, and tour code in VS Code — the one tool for all code presentation with commentary, from single inline explanations to multi-step narrated tours. Use when the user asks to explain code, walk through code, tour a codebase, ask 'how does this work', navigate an active tour, clear bubbles, or check walkthrough state. Do NOT use for jumping to code without commentary — use show_code instead. Dispatches by arguments: one step with explanation shows an inline markdown bubble (single-step explain); one step WITHOUT explanation highlights only (same as show_code); multiple steps start a narrated tour; action: 'clear' removes all bubbles; action in {'next','prev','goto','stop','pause','resume'} navigates an active tour (pass step index for goto); no arguments returns current status. Proper usage for multi-point steps: keep explanation to 1–2 intro sentences and put each point in its own highlights[] entry with its own line range and narration — the teleprompter UX (selection moving with the voice, bubble text building up) depends on this pattern. Cramming multiple points into one long explanation breaks both the audio flow and the visual sync. Never use numbered lists (1. 2.) in explanations or narrations — TTS reads them as 'one dot… two dot' and it's painful. Markdown: real newlines for paragraphs, NOT literal backslash-n; avoid ## headers — use bold instead. Uses global voice/bubble/autoplay settings from the settings tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepNoStep index (0-based) for action='goto'
stepsNoSteps to show. One step with explanation = inline explain. One step without explanation = highlight only. Multiple steps = narrated tour. Precedence: when provided with a non-empty array, takes priority over `action`.
actionNoControl an active walkthrough or clear bubbles. 'clear' removes all explanation bubbles; 'goto' requires `step`; others navigate the current tour.
Install Server

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full behavioral burden and delivers: arg-dispatch side effects (single-step explain vs highlight-only vs narrated tour vs clear vs navigation), the teleprompter UX dependency on the highlights[] pattern, and the TTS quirk where numbered lists are read as 'one dot… two dot'. It also discloses formatting constraints (real newlines not literal backslash-n, avoid ## headers, use **bold**) and coupling to global voice/bubble/autoplay settings — all beyond what structured fields could express.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Long, but every sentence earns its place — the density reflects six behavioral modes plus critical formatting rules. Front-loaded with purpose, triggers, and the exclusion before diving into dispatch details; the sectioned guidance (multi-point steps, TTS no-numbered-lists, markdown rules) is compact and directly actionable with zero filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool this complex — three params, six action modes, a nested highlights structure, no output schema, no annotations — nothing needed for correct invocation is missing: entry conditions, exclusions, formatting rules, settings coupling, and status-on-no-args are all present. The only minor gap, explicit return-format details beyond the no-args status, is low-risk since the tool's effects are primarily visual/audible UI state.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with unusually detailed per-property descriptions, so baseline is 3. The description adds meaning by synthesizing parameters into a behavior matrix (one step with explanation = explain; one without = highlight; multiple = tour) and by prescribing usage patterns ('keep explanation to 1–2 intro sentences… put each point in its own highlights[] entry'). It supplements `step` with 'pass step index for goto' and maps the full action enum to behaviors, though the schema already documents individual properties.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Opens with a specific verb+resource+scope ('Show, explain, and tour code in VS Code') and frames itself as the one tool for code presentation with commentary. Explicitly names its sibling as the alternative for commentary-free jumps: 'Do NOT use for jumping to code without commentary — use show_code instead.' An agent can distinguish it from show_code without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Lists concrete trigger phrases ('explain code, walk through code, tour a codebase, ask how does this work, navigate an active tour, clear bubbles, or check walkthrough state') so an agent knows exactly when to fire it. Provides an explicit exclusion and names the sibling alternative (show_code). The dispatch matrix further tells the agent which argument shape to choose per intent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-walkthrough'

If you have feedback or need assistance with the MCP directory API, please join our Discord server