Skip to main content
Glama
vapagentmedia

VAP Media · Unified MCP Server for AI Agents (Flux · Veo · Suno)

generate_image

Create AI images from text prompts using Flux2 Pro technology, with options for aspect ratio and quality settings.

Instructions

Generate an AI image from text prompt using VAP (Flux2 Pro). Returns a task ID for async tracking. Cost: $0.18

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesDetailed description of the image to generate
aspect_ratioNoOutput image aspect ratio1:1
qualityNoGeneration quality (high costs 1.5x)standard
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context: it mentions async tracking (returns a task ID) and cost ($0.18), which are behavioral traits not covered by the schema. However, it lacks details on rate limits, error handling, or authentication needs, leaving some gaps in transparency for a tool with potential costs and async operations.

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 highly concise and front-loaded: it states the core purpose in the first clause, adds technical and behavioral details in subsequent phrases, and uses only two sentences with zero wasted words. Every sentence earns its place by providing essential information.

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?

Given the tool's complexity (async operation with cost implications), no annotations, and no output schema, the description is somewhat complete but has gaps. It covers the purpose, async nature, and cost, but lacks details on output format (beyond task ID), error cases, or integration with sibling tools like get_task, making it adequate but not fully comprehensive.

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?

The input schema has 100% description coverage, so the baseline is 3. The description doesn't add any parameter-specific information beyond what's in the schema (e.g., it doesn't explain prompt formatting or quality trade-offs). It mentions cost related to quality but doesn't detail this in the parameter context, so it doesn't enhance the schema's semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Generate an AI image from text prompt using VAP (Flux2 Pro).' It specifies the verb ('generate'), resource ('AI image'), and technology ('VAP (Flux2 Pro)'). However, it doesn't explicitly differentiate from sibling tools like generate_music or generate_video beyond mentioning the resource type, which is why it doesn't reach a perfect score.

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 by stating it's for generating images from text prompts and mentions cost, but it doesn't provide explicit guidance on when to use this tool versus alternatives like generate_music or generate_video, nor does it specify prerequisites or exclusions. The context is clear but lacks comparative direction.

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/vapagentmedia/vap-mcp-server'

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