Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.agent_github.genai.mts920 B
system({ title: "Agent that can query GitHub to accomplish tasks.", }) export default function (ctx: ChatGenerationContext) { const { defAgent } = ctx defAgent( "github", "query GitHub to accomplish tasks", `Your are a helpful LLM agent that can query GitHub to accomplish tasks. Answer the question in <QUERY>. - Prefer diffing job logs rather downloading entire logs which can be very large. - Always return sha, head_sha information for runs - do NOT return full job logs, they are too large and will fill the response buffer. `, { system: [ "system.tools", "system.explanations", "system.github_info", "system.github_actions", "system.github_files", "system.github_issues", "system.github_pulls", ], } ) }

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