Skip to main content
Glama

mcp-google-sheets

generate-images-from-text.ts707 B
import { propsValidation } from '@activepieces/pieces-common'; import { createAction } from '@activepieces/pieces-framework'; import { runwareAuth, runwareCommon } from '../common'; export const generateImagesFromText = createAction({ auth: runwareAuth, name: 'generateImagesFromText', displayName: 'Generate Images from Text', description: 'Produce images from a text description.', props: runwareCommon.generateImagesFromTextProperties, async run({ auth: apiKey, propsValue }) { await propsValidation.validateZod( propsValue, runwareCommon.generateImagesFromTextSchema ); return await runwareCommon.generateImages({ apiKey, ...propsValue, }); }, });

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/activepieces/activepieces'

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