Skip to main content
Glama
by microsoft
describe-image.genai.js679 B
script({ title: "Describe objects in image", model: "vision", group: "vision", maxTokens: 4000, system: [], files: [ "src/robots.jpg", "https://github.com/microsoft/genaiscript/blob/main/docs/public/images/logo.png?raw=true", ], tests: [ { files: "src/robots.jpg", keywords: "robot", }, { files: "https://raw.githubusercontent.com/microsoft/genaiscript/refs/heads/main/packages/sample/src/robots.jpg", keywords: "robot", }, ], }) $`Return the list of objects in the images.` defImages(env.files, { detail: "low", maxWidth: 400, autoCrop: true })

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