Skip to main content
Glama

atxp_image_generate

Create AI images from text prompts using ATXP's service. Generate photorealistic renders, artistic styles, or creative visuals based on descriptive input.

Instructions

Generate an AI image from a text prompt using ATXP's image generation service. Returns a URL or base64 data for the generated image. Supports creative descriptions, photorealistic renders, artistic styles, and more. Cost: $0.05–0.15/call depending on size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesDescription of the image to generate. Be specific and descriptive for best results.
sizeNoImage size: 512 (small, $0.05), 1024 (medium, $0.10), 1792 (large, $0.15).512
Behavior4/5

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

Annotations cover readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=true. The description adds valuable context beyond this: it discloses cost details ($0.05–0.15/call depending on size) and return format (URL or base64 data), which are not covered by annotations. No contradiction with annotations.

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 front-loaded with the core purpose, followed by return format, usage examples, and cost details in three concise sentences. Every sentence adds value without waste, making it efficient and well-structured.

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's moderate complexity (2 parameters, no output schema), the description is mostly complete: it covers purpose, return format, usage examples, and cost. However, it lacks details on error handling, rate limits, or authentication needs, which could be useful for an AI agent. Annotations provide some behavioral context, but more completeness could be achieved.

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%, with both parameters well-documented in the schema. The description adds minimal extra meaning by mentioning 'creative descriptions, photorealistic renders, artistic styles' as examples for the prompt, but this is redundant with the schema's guidance. Baseline 3 is appropriate as the schema does the heavy lifting.

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 verb 'Generate' and the resource 'AI image from a text prompt', specifying the service provider 'ATXP's image generation service'. It distinguishes from sibling tools like atxp_music_generate by focusing on images rather than music or other functions.

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 provides clear context for usage by mentioning 'creative descriptions, photorealistic renders, artistic styles, and more', but it does not explicitly state when to use this tool versus alternatives like atxp_music_generate or atxp_web_search, nor does it provide exclusions or prerequisites.

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/autonsol/atxp-mcp'

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