Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

chatgpt_generate_batch

Generate many ChatGPT images in parallel tabs, then save each to disk. Use shared reference images and a style suffix to keep a consistent visual style across all outputs.

Instructions

Generate MANY images on chatgpt.com IN PARALLEL (one tab per job, fire-all-then-collect) and save each to disk. Submits every job first WITHOUT waiting, then waits for all generations concurrently — far faster than sequential. For a CONSISTENT feed set, pass shared_image_paths (e.g. [logo] and/or a style-reference image like a previously-generated hero) uploaded to EVERY tab, plus style_suffix (a shared style spec) appended to every prompt. Requires an authenticated chatgpt.com session (import cookies first). Returns per-job results (saved path / ok / bytes / error).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYesPer-image jobs: each has a prompt and an output PNG path.
stagger_msNoDelay between submitting each tab (avoids UI/anti-bot races).
timeout_msNoMax ms to wait for each image to finish.
style_suffixNoShared style spec text appended to every prompt (exact colors, typography, layout, mood) for consistency.
shared_image_pathsNoReference images uploaded to EVERY tab (e.g. [logoPath, styleRefPath]) — key for visual consistency.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It explains the fire-all-then-collect parallel strategy, the fact that it saves to disk, that an authenticated session is required, and the per-job result structure. This is substantial and accurate behavioral transparency.

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 front-loaded with the core action and parallel behavior, then covers consistency, authentication, and return values. There is some redundancy between 'IN PARALLEL', 'one tab per job, fire-all-then-collect', and 'Submits every job first WITHOUT waiting', but each sentence still contributes useful detail.

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

Completeness5/5

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

For a complex batch tool with no annotations and no output schema, the description is complete: it covers authentication prerequisites, parallel execution semantics, consistency-related parameters, and return values. An agent has enough information to invoke the tool correctly and understand what will happen.

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 the baseline is 3. The description adds meaningful semantics beyond the schema by explaining that `shared_image_paths` are uploaded to EVERY tab and `style_suffix` is appended to every prompt for consistency. It also clarifies `jobs` as per-image jobs with prompts and output paths.

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 states a specific action ('Generate MANY images on chatgpt.com IN PARALLEL') with a clear resource (chatgpt.com) and outcome (save each to disk). It also differentiates itself from the single-image sibling `chatgpt_generate_image` through the emphasis on batching and parallelism.

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 gives clear context for when to use it: generating many images in parallel and saving results to disk. It provides conditional guidance for consistent feeds using `shared_image_paths` and `style_suffix`, plus a prerequisite ('Requires an authenticated chatgpt.com session'). It does not explicitly name alternatives or state when not to use it, but the use case is clear enough.

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

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/RobithYusuf/mcp-camoufox'

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