generate-image
Create custom images using text prompts and store them with accessible Cloudflare R2 URLs. Solve visual content needs with the MCP Replicate FLUX server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | ||
prompt | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filename": {
"type": "string"
},
"prompt": {
"type": "string"
}
},
"required": [
"prompt",
"filename"
],
"type": "object"
}