Audit localized tutorials and safely maintain project metadata and pronunciation rules.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://mcp.tutorializer.com/mcp23 strumenti · 1229 mslist_projectsList a bounded page of Tutorializer projects the authenticated user has access to. Returns a Markdown table of id, name, domain, and last edit time.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| limit | integer | — |
| cursor | string | Opaque cursor from a previous call |
get_projectFetch 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Project id or stable public vanity id |
get_project_localization_summaryAudit 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Tutorializer project id or stable public vanity id |
| expectedDevices | array | Expected output device names; defaults to computer, tablet, and smartphone |
list_tutorialsList 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId | string | Filter tutorials by project id |
| limit | integer | — |
| cursor | string | Opaque cursor from a previous call |
get_tutorialFetch 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| tutorialId* | string | Tutorial id (uuid) |
list_videosList rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.List rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId | string | Filter videos by project id |
| tutorialId | string | Filter videos by tutorial id |
| locale | string | Filter by locale, e.g. en, es |
| device | string | Filter by device, e.g. desktop, smartphone |
| limit | integer | — |
| cursor | string | Opaque cursor from a previous call |
get_videoFetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.Fetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.
| Parametro | Tipo | Descrizione |
|---|---|---|
| videoId* | string | Video id (uuid) |
list_speechesList 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId | string | Filter speeches by project id |
| language | string | Filter speeches by language code, e.g. en, es, de |
| limit | integer | — |
| cursor | string | Opaque cursor from a previous call |
get_speechFetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.Fetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.
| Parametro | Tipo | Descrizione |
|---|---|---|
| speechId* | string | Speech id (uuid) |
create_projectCreate a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.Create a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.
| Parametro | Tipo | Descrizione |
|---|---|---|
| name* | string | Project name |
| domain | string | Optional product domain, for example example.com |
| defaultLocale | string | Default locale code, for example en or pt-BR |
update_projectChange a Tutorializer project’s name, domain, locales, default voice or narration speed. Reads the stored project first and rewrites the whole record, so unspecified fields keep their current values. The locales list is a complete replacement, and removing a locale stops it being expected by the lo…Change a Tutorializer project’s name, domain, locales, default voice or narration speed. Reads the stored project first and rewrites the whole record, so unspecified fields keep their current values. The locales list is a complete replacement, and removing a locale stops it being expected by the lo…
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Project id or stable public vanity id |
| name | string | New name |
| domain | string | New product domain, for example example.com |
| defaultLocale | string | New default locale, for example en or pt-BR |
| locales | array | Complete replacement list of locales the project publishes. Locales absent from this list stop being expected. |
| defaultVoice | string | New default voice id for synthesized narration |
| speed | number | New narration speed multiplier |
create_tutorialCreate a Tutorializer tutorial definition inside a project. State-changing and non-idempotent: repeating the call creates another tutorial, so list tutorials and confirm the intended name first. This records the tutorial; it does not record or render a video.Create a Tutorializer tutorial definition inside a project. State-changing and non-idempotent: repeating the call creates another tutorial, so list tutorials and confirm the intended name first. This records the tutorial; it does not record or render a video.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Project id that will own the tutorial |
| name* | string | Tutorial name |
| defaultVoice | string | Optional voice id used when narration is synthesized for this tutorial |
update_tutorialRename a Tutorializer tutorial or change the default voice used for its narration. Reads the stored tutorial first and rewrites the whole record, so unspecified fields keep their current values. Submitting the values it already has is a no-op.Rename a Tutorializer tutorial or change the default voice used for its narration. Reads the stored tutorial first and rewrites the whole record, so unspecified fields keep their current values. Submitting the values it already has is a no-op.
| Parametro | Tipo | Descrizione |
|---|---|---|
| tutorialId* | string | Tutorial id to edit |
| name | string | New tutorial name |
| defaultVoice | string | New default voice id for synthesized narration |
create_videoRegister one already-uploaded rendered tutorial video with Tutorializer, recording its locale, device, dimensions and media URLs. State-changing and non-idempotent: repeating the call registers a second output. This does not record, render or upload a file; host the file first and pass its public h…Register one already-uploaded rendered tutorial video with Tutorializer, recording its locale, device, dimensions and media URLs. State-changing and non-idempotent: repeating the call registers a second output. This does not record, render or upload a file; host the file first and pass its public h…
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Project id that owns the tutorial |
| tutorialId* | string | Tutorial id this rendered output belongs to |
| url* | string | Public https URL of the already-uploaded video file |
| locale | string | Locale of this render, for example en or pt-BR |
| device | string | Device profile, for example computer or smartphone |
| format | string | Container or codec, for example mp4 or webm |
| width | integer | — |
| height | integer | — |
| duration | number | Duration in seconds |
| fileSize | number | File size in bytes |
| chaptersUrl | — | Public https URL of chapters |
| subtitlesUrl | — | Public https URL of a WebVTT subtitle track |
| thumbnailUrl | — | Public https URL of a poster |
update_videoCorrect the metadata of one registered Tutorializer rendered video, such as its locale, device, dimensions or media URLs. Reads the stored record first and rewrites the whole document, so unspecified fields keep their current values. Submitting the values it already has is a no-op.Correct the metadata of one registered Tutorializer rendered video, such as its locale, device, dimensions or media URLs. Reads the stored record first and rewrites the whole document, so unspecified fields keep their current values. Submitting the values it already has is a no-op.
| Parametro | Tipo | Descrizione |
|---|---|---|
| videoId* | string | Rendered video id |
| url | string | New public https URL of the video file |
| locale | string | — |
| device | string | — |
| format | string | — |
| width | integer | — |
| height | integer | — |
| duration | number | — |
| fileSize | number | — |
| chaptersUrl | — | — |
| subtitlesUrl | — | — |
| thumbnailUrl | — | — |
create_speechCreate one Tutorializer voiceover segment for a project. Without a url it synthesizes narration audio from the text with the project's speech provider, which consumes the organization's synthesis credits and is billable. Pass url instead to register audio you already produced. State-changing and no…Create one Tutorializer voiceover segment for a project. Without a url it synthesizes narration audio from the text with the project's speech provider, which consumes the organization's synthesis credits and is billable. Pass url instead to register audio you already produced. State-changing and no…
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Project id that will own the voiceover segment |
| text* | string | Narration text to speak |
| language* | string | Language code of the narration, for example en or pt-BR |
| translatedText | string | Optional translation spoken instead of the source text |
| voice | string | Optional voice id; defaults to the project's default voice |
| url | string | Public https URL of audio you already produced. Supplying it records the segment without synthesizing anything. |
update_speechChange the text, translation, language or voice of one Tutorializer voiceover segment. Every one of those fields determines the audio, so a real change re-synthesizes the segment with the project's speech provider, consumes synthesis credits and replaces the previous audio. Submitting the values it…Change the text, translation, language or voice of one Tutorializer voiceover segment. Every one of those fields determines the audio, so a real change re-synthesizes the segment with the project's speech provider, consumes synthesis credits and replaces the previous audio. Submitting the values it…
| Parametro | Tipo | Descrizione |
|---|---|---|
| speechId* | string | Voiceover segment id to edit |
| text | string | New narration text |
| translatedText | string | New translation spoken instead of the source text |
| language | string | New language |
| voice | string | New voice id |
set_pronunciation_ruleAdd or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.Add or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Tutorializer project id |
| word* | string | Word or phrase to match |
| phonemes* | string | Phonetic pronunciation |
| alphabet | string | Phonetic alphabet; defaults to ipa |
remove_pronunciation_ruleprivilegiatoRemove 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Tutorializer project id |
| word* | string | Exact word or phrase whose pronunciation rule should be removed |
delete_tutorialprivilegiatoPermanently delete one Tutorializer tutorial definition. Idempotent, but the definition must be authored again to restore it. Rendered videos and voiceover segments are not deleted with it; remove those separately.Permanently delete one Tutorializer tutorial definition. Idempotent, but the definition must be authored again to restore it. Rendered videos and voiceover segments are not deleted with it; remove those separately.
| Parametro | Tipo | Descrizione |
|---|---|---|
| tutorialId* | string | Tutorial id to delete |
delete_speechprivilegiatoPermanently 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| speechId* | string | Speech id to delete |
delete_videoprivilegiatoPermanently delete one Tutorializer rendered-video record and its primary S3 object. Idempotent, but the render must be uploaded or generated again to restore it.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| videoId* | string | Rendered video id to delete |
show_project_overviewRender 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 public vanity id.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 public vanity id.
| Parametro | Tipo | Descrizione |
|---|---|---|
| projectId* | string | Tutorializer project id or stable public vanity id to render |
23 strumenti su 23 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Audit localized tutorials and safely maintain project metadata and pronunciation rules.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.