Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.agent_video.genai.mts1.13 kB
system({ description: "Agent that can work on video", }) export default function (ctx: ChatGenerationContext) { const { defAgent } = ctx defAgent( "video", "Analyze and process video files or urls.", `Your are a helpful LLM agent that can analyze and process video or audio files or urls. You can transcribe the audio and/or extract screenshot image frames. Use 'vision_ask_images' to answer questions about the video screenshots. Answer the question in <QUERY>. - make sure the filename is a valid video or audio file or url - analyze both the audio transcript and the video frames - if the video does not have audio, analyze the video frames `, { system: [ "system", "system.tools", "system.explanations", "system.transcribe", "system.video", "system.vision_ask_images", "system.fs_find_files", "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