Skip to main content
Glama
by microsoft
fileoutput.genai.mts570 B
script({ title: "summarize all files", model: "small", files: "src/rag/markdown.md", tests: [ { files: "src/rag/markdown.md", keywords: "markdown", }, ], }) def("FILE", env.files) const schema = defSchema("KEYWORDS", { type: "array", items: { type: "string", }, }) defFileOutput("src/rag/*.summary.md", "The summary of the file") defFileOutput("src/rag/*.keywords.json", "An array of keywords in the file", { schema, }) $`Summarize each FILE with one paragraph and extract keywords.`

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