Skip to main content
Glama

Write content.json (storyboard)

write_content
Idempotent

Write a video storyboard to a JSON file, defining scenes with metadata, images, voiceover, and timeline events for documentary-style videos.

Instructions

Write the video storyboard to /content.json. Pass the COMPLETE JSON as a string. Schema: meta{fps:30,width:1080,height:1920,accent,accentSoft,voice:false} and scenes[] where each scene has id, type ('title'|'photo'|'timeline'|'closing'), dur, voiceover (1-2 sentences in the target language), image ('images/..'), focalX/focalY. title{kicker,title,subtitle}; photo{year,headline,caption}; timeline{title,items:[{year,text}]}; closing{title,note,cta}. Vietnamese: DO NOT write ALL-CAPS text with hook-accent letters (Ỷ/Ủ/Ổ/Ả/Ẩ) in 'year' badges; use numbers or hook-free words. Facts must be accurate; credit image sources in closing 'note'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
content_jsonYesthe full content.json as a JSON string
Behavior4/5

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

The description adds behavioral context beyond annotations: it specifies the required structure, constraints on Vietnamese text, and factual accuracy. The idempotentHint true is consistent; no contradictions. It could mention that it will overwrite existing content.json but is idempotent per annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly long but well-structured: purpose first, then schema breakdown, then special rules. Every sentence adds value, but it could be slightly more concise by grouping rules more tightly.

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

Completeness4/5

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

Given only 2 parameters and no output schema, the description covers the input format extensively, including edge cases (Vietnamese ALL-CAPS). It lacks some details like whether partial writes are allowed, but likely sufficient for an agent with idempotentHint.

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

Parameters5/5

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

The parameter 'slug' has no description in schema, but the description compensates by clearly explaining its usage in the path. 'content_json' is fully detailed in the description with schema, internationalization rules, and accuracy requirements, far exceeding the minimal schema description.

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 verb 'Write' and the resource 'the video storyboard to <project>/content.json'. It distinguishes itself from sibling tools like 'preview_images' or 'generate_voiceover' by specifying its exact output file and format.

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?

The description implicitly tells when to use this tool (to write the storyboard) through its clear purpose. However, it does not explicitly mention when not to use it or describe alternatives, which would be helpful given the sibling list.

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/sexybells/video-studio-mcp'

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