show_project_overview — tutorializer MCP Tool Read-only
show_project_overview
(show project overview) is one of 23 tools on the
tutorializer
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call show_project_overview from your client
- Claude Code tutorializer show_project_overview run in your project directory
- Claude Desktop tutorializer show_project_overview ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor tutorializer show_project_overview ~/.cursor/mcp.json
- VS Code tutorializer show_project_overview .vscode/mcp.json
- Zed tutorializer show_project_overview ~/.config/zed/settings.json
- Windsurf tutorializer show_project_overview ~/.codeium/windsurf/mcp_config.json
- Cline tutorializer show_project_overview ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI tutorializer show_project_overview ~/.gemini/settings.json
- Grok tutorializer show_project_overview .mcp.json (in your project root)
- ChatGPT tutorializer show_project_overview Settings → Connectors → Advanced → Developer mode
- Claude.ai tutorializer show_project_overview Settings → Connectors → Add custom connector
- LangChain tutorializer show_project_overview pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http tutorializer https://mcp.tutorializer.com/mcp
Other tools on this server
- list_projects
- get_project
- get_project_localization_summary
- list_tutorials
- get_tutorial
- list_videos
- get_video
- list_speeches
- get_speech
- create_project
- update_project
- create_tutorial
- update_tutorial
- create_video
- update_video
- create_speech
- update_speech
- set_pronunciation_rule
- remove_pronunciation_rule
- delete_tutorial
- delete_speech
- delete_video
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.