Skip to main content
Glama

image_to_youtube

Turn any image into a 3D turntable video and upload it to YouTube. Automates the full pipeline from image to published video.

Instructions

One-shot: an image -> Meshy image-to-3D -> turntable -> YouTube video. Always returns a dict (ok + watch_url, or ok=False + error/failed_stage).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
tagsNo3d,meshy,turntable
imageYes
titleYes
framesNo
privacyNounlisted
timeoutNo
durationNo
enable_pbrNo
resolutionNo
category_idNo22
descriptionNo
made_for_kidsNo
should_remeshNo
should_textureNo
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. It discloses the output contract ('Always returns a dict'), success/failure shape, and failure granularity ('error/failed_stage'). It also reveals the major side-effecting pipeline stages. It stops short of noting cost, auth requirements, latency, or YouTube publishing visibility, which would make it fully transparent.

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?

The description is two tightly packed sentences with no filler. The pipeline is front-loaded, and the return contract is stated immediately. Every phrase adds information.

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

Completeness2/5

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

For a composite 15-parameter tool with no annotations and no output schema, the description is too thin. It gives the high-level flow and return shape but leaves out parameter semantics, usage trade-offs, side effects, and prerequisites. An agent knows what the tool roughly does but not enough to invoke it confidently with correct values.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no parameter-level meaning beyond the implicit 'image' in the pipeline. None of the 15 parameters are explained, including required title, fps, frames, privacy, timeout, should_remesh, or made_for_kids. An agent has to infer or guess the semantics of most parameters.

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?

The description clearly states the tool's end-to-end purpose: take an image, generate a 3D model via Meshy, create a turntable, and produce a YouTube video. The pipelined wording ('One-shot: ... -> ... -> ...') distinguishes this from granular sibling tools like generate_3d_model or upload_to_youtube, which handle only one stage.

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

Usage Guidelines3/5

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

The 'One-shot' phrasing implies use of this tool for the entire pipeline, while sibling tools cover individual stages. However, the description does not explicitly state when to prefer this composite tool over calling the individual steps, nor does it mention alternatives such as meshy_to_youtube or animate_to_youtube.

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

Install Server

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/Scottcjn/meshy-youtube-mcp'

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