Skip to main content
Glama

Write title, description & hashtags

write_publish_meta
Idempotent

Save the publishing metadata for a rendered video: a hook title, a description, and hashtags, all in the voiceover language. Generates publish.json and publish.txt files.

Instructions

FINAL STEP, right after the render is done: save the publishing copy for the video — a hook title, a description, and hashtags. Write them in the SAME language as the voiceover, from the video's real content (do not promise anything the video does not show). title: <= 100 chars, one strong hook. description: 2-4 sentences — what the viewer gets, plus image credits (author + license) when the images are CC-BY/CC-BY-SA. hashtags: 5-12, each ONE word (no spaces), mixing broad tags with topic-specific ones. Saves /publish.json + a copy-paste ready /publish.txt, and returns the text so you can show it to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
titleYeshook title, same language as the voiceover
hashtagsYese.g. ['#lichsu','#hue'] — leading '#' optional, one word each
descriptionYes2-4 sentences; include image credits when required by the license
Behavior4/5

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

Annotations already mark it as idempotent but not read-only. The description adds that it saves two files and returns the text for display, which informs the agent about side effects. It does not contradict 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 textually efficient, front-loading the positioning information ('FINAL STEP'). It uses a structured bullet-like format for parameters. A slight reorganisation could improve readability slightly.

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 the complexity of the tool and the absence of an output schema, the description covers the main behavioral aspects (file saving, return value) and usage constraints. The missing explanation of the 'slug' parameter is a minor gap.

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

Parameters4/5

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

Schema coverage is 75%, and the description adds meaningful constraints beyond the schema for title, description, and hashtags (e.g., character limits, sentence count, image credit requirements). However, the 'slug' parameter is not explained in the description, leaving a gap.

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 purpose: saving publishing copy (title, description, hashtags) as the final step after rendering. It distinguishes this from sibling tools like 'write_content' which write the script content earlier in the pipeline.

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 explicitly indicates this is the final step after rendering, providing clear timing. It also gives constraints like language matching and content truthfulness, but does not explicitly list alternatives or when not to use.

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