Skip to main content
Glama

submit_idea2video

Submit an idea to generate a video. Returns a job ID for tracking progress via job status polling.

Instructions

Submit an idea-to-video job. Returns immediately with a job_id; poll get_job_status for progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ideaYes
user_requirementNo
styleNo
profileNodefault
job_idNo
Behavior4/5

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

Despite no annotations, the description discloses the asynchronous nature (returns job_id immediately) and the need to poll for completion. It does not discuss failure modes, idempotency, or auth requirements, but covers the core behavioral trait.

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?

Two concise sentences with no extraneous information. The most important information (purpose and async behavior) is front-loaded.

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?

Given no output schema and 5 undocumented parameters, the description is insufficient. It doesn't specify the response format beyond 'job_id', nor does it explain parameter semantics or constraints (e.g., idea character limit).

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain any of the 5 parameters (idea, user_requirement, style, profile, job_id). The agent gets no help understanding what each parameter means or how to use them.

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?

Clearly states the verb 'Submit' and the resource 'idea-to-video job', differentiating it from sibling tools like get_job_status and cancel_job. The asynchronous behavior is also made explicit.

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

Usage Guidelines4/5

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

Provides context by telling the agent to poll get_job_status for progress, implying a two-step workflow. However, it does not explicitly state when not to use the tool or mention alternatives.

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/ZCDeng/vimax-mcp'

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