Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
issue-bot.genai.mts802 B
script({ title: "Issue Bot", description: "A bot that can't stop answering issues.", responseType: "markdown", systemSafety: true, group: "actions", parameters: { issue: { type: "integer", description: "The issue number to answer.", required: false, }, }, }) const { title, body, number } = await github.getIssue(env.vars.issue) const comments = await github.listIssueComments(number, { count: 100 }) def("TITLE", title) def("BODY", body) def( "COMMENTS", comments.map((c) => `@${c.user.login}:\n${c.body}\n---\n`).join("\n"), { maxTokens: 12000, } ) $`## Role You are an expert developer. ## Task Summarize the issue and the comments and provide useful summary. - do NOT provide a solution. `

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