Skip to main content
Glama
by microsoft
generate-python.genai.js674 B
script({ title: "Generate python code", description: "Given a task, generate python code.", group: "hello world", system: ["system", "system.files", "system.changelog"], }) def( "CODE", env.files.filter( (f) => f.filename.endsWith(".py") && !f.filename.startsWith("test_") ) ) def("TASK", env.files, { endsWith: ".md" }) $`Generate python code for the task in TASK. Save code in CODE.` $`If the CODE is already present, ensure that CODE matches the description in TASK and make changes to CODE if it does not. Do not modify TASK. Do not generate tests. ` $`Follow the instructions in the Code Review section of TASK to generate CODE.`

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