Skip to main content
Glama
by microsoft
fetch.genai.mjs559 B
script({ model: "small", tests: { keywords: "genaiscript", }, }) /** * @type {any} */ const res = await host.fetch( "https://raw.githubusercontent.com/microsoft/genaiscript/main/package.json", { method: "GET" } ) const pkg = await res.json() const { file: readme } = await host.fetchText( "https://raw.githubusercontent.com/microsoft/genaiscript/refs/heads/main/README.md" ) def("PACKAGE", YAML.stringify(pkg)) def("README", readme) $`Explain the purpose of the product described in PACKAG and README. Mention its name.`

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