Skip to main content
Glama
by microsoft
large-image.genai.mjs843 B
script({ title: "Image Processor", description: "Image processing and manipulation.", model: "large", files: "src/robots.jpg", }) for (const image of env.files) { const res = await runPrompt( (_) => { _.def("image", image) _.$`Analyze the <image> and provide a detailed description of its content, including colors, shapes, and any text present. The image is in PNG format.` }, { responseSchema: { type: "object", properties: { description: { type: "string", description: "A detailed description of the image content.", }, }, }, } ) env.output.appendContent(res.json) }

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/microsoft/genaiscript'

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