Skip to main content
Glama
32bitsret

@demostudio/mcp-server

by 32bitsret

create_schedule

Automatically generates and exports short-form video ads on a recurring schedule (daily, weekly, biweekly, monthly) from a brand Knowledge Base, varying hook angle and structure each run.

Instructions

Set up the DemoStudio Agent to automatically generate and export a new video on a recurring schedule (daily, weekly, biweekly, or monthly) from a brand Knowledge Base. The Agent varies the hook angle and structure each run to avoid repetition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frequencyYesHow often to generate a new video.
music_moodNoDefault music mood for automated runs.
product_urlNoOptional product URL to crawl and add to the Knowledge Base. Brand colors and logo will be extracted automatically.
run_day_of_weekNoDay of week for the run (0 = Sunday … 6 = Saturday). Only applies to weekly/biweekly/monthly.
brand_descriptionNoText description of the brand to add to the Knowledge Base as the first entry. Describe the product, audience, tone, and goals.
Behavior3/5

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

The description discloses a key behavioral trait: the Agent varies hook angle and structure each run to avoid repetition. However, it does not cover other important aspects such as idempotency, effects on existing schedules, required permissions, or error handling. Since no annotations are provided, the description carries full burden but only partially meets it.

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 concise at two sentences, efficiently covering purpose, frequency options, and a notable behavioral detail. Every sentence adds value with no fluff. Front-loaded with the core action.

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 tool complexity (5 params, no output schema), the description provides sufficient context for setup but lacks information about return values (e.g., schedule ID) or error conditions. The schema covers parameters well, so the description completes the picture reasonably for its purpose.

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

Parameters3/5

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

All 5 parameters have schema descriptions resulting in 100% coverage. The tool description adds minimal extra meaning beyond the schema (e.g., noting the Knowledge Base as a source). Per the rubric, baseline is 3 when coverage is high, and the description does not significantly augment the parameter understanding.

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: to set up an automated recurring video generation and export schedule. It specifies the resource (DemoStudio Agent), verb (set up), and key attributes (frequency options, variation in hook/structure). This clearly distinguishes it from sibling tools like generate_video (one-time) and get_video_status (status check).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool vs alternatives, nor are prerequisites or exclusions mentioned. The sibling context implies scheduling is for recurring generation, but the description does not explicitly state this or advise against using it for one-off tasks.

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/32bitsret/demostudio-mcp-server'

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