Skip to main content
Glama

flow_create_character

Create characters in Google Flow by specifying name, description, and optional reference images. Automates submission and project organization for efficient character generation.

Instructions

Create a new character in Google Flow Characters with name and description. By default (auto_confirm not false), fills the description and clicks the submit arrow to actually create the character, then renames "Untitled Character" to the given name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCharacter name.
campaignNoCampaign identifier for project matching (e.g., "summer-2026", "new-collection").
descriptionYesCharacter description/prompt.
auto_confirmNoIf false, only fills the description and returns "ready_for_confirmation" without submitting (uses credits). Default true.
project_nameNoName for the project (will reuse existing project with same campaign, or create new).
reference_imagesNoPaths to reference images for character design.
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosure. It transparently explains the default auto_confirm behavior (filling description, clicking submit, renaming 'Untitled Character') and hints at a non-submitting mode (via the 'By default' clause), adding useful context beyond the schema.

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 sentences, front-loaded with the core purpose, and every clause adds value. No fluff or redundancy.

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

Completeness3/5

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

The tool has 6 parameters and no output schema, yet the description does not mention expected return values or outcomes (beyond an implicit rename). It covers the main creation flow but omits details about reference images, project matching, or what the agent should do with the result. This leaves some gaps for agents needing full context.

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 100%, so baseline is 3. The description adds meaningful context for the auto_confirm parameter by explaining the default flow (clicks submit, renames), complementing the schema's terse description. This justifies a 4.

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 creates a new character in Google Flow Characters, with specific verb (create) and resource (character), and distinguishes it from siblings like flow_import_character and flow_generate_image.

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

Usage Guidelines3/5

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

The description implies usage (when you want to create a character) but does not explicitly state when not to use it or provide alternatives. It lacks direct comparison with related tools like flow_import_character.

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/shaig-mahmudov/google-flow-mcp'

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