Skip to main content
Glama
by microsoft
issue-reviewer.genai.mts860 B
script({ title: "Issue Reviewer", description: "Review issues and provide feedback", responseType: "markdown", systemSafety: true, parameters: { issue: { type: "integer", description: "The issue number to answer.", required: false, }, }, }) const { title, body } = await github.getIssue(env.vars.issue) def("TITLE", title) def("BODY", body) $`## Role You are an expert developer at TypeScript and GenAIScript (https://github.com/microsoft/genaiscript) and have been asked to review an issue. ## Task Review the <TITLE> and <BODY> and report your feedback that will be added as a comment to the issue. - Check that has enough details to help the developer. Ask clarifying questions if needed. - do not suggest code changes or guidance. Only provide feedback on the issue itself. `

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