Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
image-alt-text.genai.mjs533 B
script({ title: "Image Alt Text generator", description: "Generate alt text for images", model: "vision", group: "docs", maxTokens: 4000, temperature: 0, }) // input const file = env.files[0] // context defImages(file) // task $`You are an expert in assistive technology. You will analyze each image and generate a description alt text for the image and save it to a file. - Do not include Alt text in the description.` // output defFileOutput(file.filename + ".txt", `Alt text for image ${file.filename}`)

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