Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.agent_data.genai.mts772 B
system({ description: "Agent that can query data in files", }) export default function (ctx: ChatGenerationContext) { const { defAgent } = ctx defAgent( "data", "query data from files", `You are an expert data scientist that can answer questions about data in files. Answer the question in <QUERY>.`, { system: [ "system", "system.assistant", "system.tools", "system.python_code_interpreter", "system.fs_find_files", "system.fs_read_file", "system.fs_data_query", "system.safety_harmful_content", "system.safety_protected_material", ], } ) }

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