Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.agent_interpreter.genai.mts868 B
system({ title: "Agent that can run code interpreters for Python, Math.", }) export default function (ctx: ChatGenerationContext) { const { defAgent } = ctx defAgent( "interpreter", "run code interpreters for Python, Math. Use this agent to ground computation questions.", `You are an agent that can run code interpreters for Python, Math. Answer the question in <QUERY>. - Prefer math_eval for math expressions as it is much more efficient. - To use file data in python, prefer copying data files using python_code_interpreter_copy_files rather than inline data in code. `, { system: [ "system", "system.tools", "system.explanations", "system.math", "system.python_code_interpreter", ], } ) }

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