Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.tutorializer/tutorializer

com.tutorializer/tutorializer

Audit localized tutorials and safely maintain project metadata and pronunciation rules.

Uptime
100.0%
1 direct probes · 30d
Response
1622ms
last probe
Tools
15
callable
Resources
6
readable
Prompts
0
available

Tools · 15

list_projects

List a bounded page of Tutorializer projects the authenticated user has access to. Returns a Markdown table of id, name, domain, and last edit time.

get_project

Fetch a single Tutorializer project by immutable id or stable public vanity id. Returns the project metadata, its locale and voice settings, and any pronunciation rules formatted as Markdown.

get_project_localization_summary

Audit one Tutorializer project across configured locales, rendered-video locales/devices, and speech languages. Reads at most 100 rows per content type and marks truncated totals as lower bounds.

list_tutorials

List Tutorializer tutorial definitions. Optionally filter by projectId. Returns a Markdown table of id, name, project, default voice, and last edit time; rendered locales and devices live on videos.

get_tutorial

Fetch one Tutorializer tutorial definition and a bounded preview of its rendered locale/device outputs. A tutorial does not itself have a locale or status; those vary per video.

list_videos

List rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.

get_video

Fetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.

list_speeches

List a bounded page of Tutorializer speeches (voiceover segments). Optionally filter by projectId and language. Returns a safe preview of id, text, language, project, and URL.

get_speech

Fetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.

create_project

Create a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.

set_pronunciation_rule

Add or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.

remove_pronunciation_rule

Remove one project pronunciation rule and synchronize its ElevenLabs dictionary. Destructive but idempotent: a missing rule is a no-op. Existing speech audio is not regenerated automatically.

delete_speech

Permanently delete one Tutorializer speech record plus its S3 audio and alignment files. Idempotent, but deleted audio cannot be recovered without synthesizing it again and spending credits.

delete_video

Permanently delete one Tutorializer rendered-video record and its primary S3 object. Idempotent, but the render must be uploaded or generated again to restore it.

show_project_overview

Render a bounded tenant-scoped Tutorializer project snapshot with tutorial, video, and voiceover counts. Use this after listing projects or when the user provides an immutable project id or stable pub…

Resources · 6

tutorializer-project-overview

An inline, tenant-scoped Tutorializer project overview.

ui://tutorializer/project-overview-v2.html
tutorializer-project-overview-v1

An inline, tenant-scoped Tutorializer project overview.

ui://tutorializer/project-overview-v1.html
tutorializer-tutorial-detail

An inline, tenant-scoped Tutorializer tutorial detail view.

ui://tutorializer/tutorial-detail-v2.html
tutorializer-tutorial-detail-v1

An inline, tenant-scoped Tutorializer tutorial detail view.

ui://tutorializer/tutorial-detail-v1.html
tutorial-library-audit

Inspect and safely maintain a Tutorializer product-training library — projects, tutorial definitions, rendered locale/device video outputs, voiceover segments, localization coverage, and pronunciation…

skill://tutorializer/tutorial-library-audit/SKILL.md
tutorializer

Query and manage Tutorializer tutorial-video libraries with the `tutorializer` CLI — list and inspect projects, tutorial definitions, rendered videos, and synthesized voiceover speeches; create projec…

skill://tutorializer/tutorializer/SKILL.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.tutorializer/tutorializer": {
      "url": "https://mcp.tutorializer.com/mcp",
      "transport": "streamable-http"
    }
  }
}