Skip to main content
Glama

Export Creator Flow Project

export_creator_flow_project
Read-onlyIdempotent

Export a standalone HTML project overview or versioned JSON snapshot as an embedded file resource. Save the resource text verbatim to the returned filename and open the file for the user. HTML shows chapters/scenes/shots, images, videos, audio, missing visuals, search, print/PDF, and JSON download. Media is linked, not bundled, and needs network access. Private export: share only as requested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoHTML is a standalone visual overview with a JSON download; JSON is machine-readable project state.html
project_idYesProject ID returned by list_creator_flow_projects.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior5/5

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

Goes well beyond the annotations (readOnly/idempotent/non-destructive) by disclosing that media is linked rather than bundled and requires network access, what the HTML contains, and that the returned filename must be used verbatim. This is the kind of behavioral detail an agent needs before invoking an export.

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?

Front-loaded with the core action and delivery mechanism; the operational instructions follow. The lists of HTML contents are slightly dense but each item conveys what the export produces.

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?

With no output schema, the description carries the burden of describing the return — an embedded file resource with a filename to save and open — and it does so, plus notes media linking and network dependence. Only minor gaps remain, such as file size or failure conditions.

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?

Schema description coverage is 100%, so both parameters are already documented. The description adds marginal value by restating that HTML embeds a JSON download and JSON is machine-readable state, but adds no syntax or constraint beyond the schema.

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?

States a specific verb (export) and resource (standalone HTML overview or versioned JSON snapshot) plus the delivery form (embedded file resource). This clearly distinguishes it from siblings like get_creator_flow_project or list_creator_flow_projects, which read rather than produce a file.

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?

Gives operational guidance — save the resource text verbatim to the returned filename and open the file for the user — plus a privacy caveat ('share only as requested'). It does not name an alternative or say when not to use it, but the context of use is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources