Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.agent_web.genai.mts728 B
system({ title: "Agent that can search the web.", }) export default function (ctx: ChatGenerationContext) { const { defAgent } = ctx defAgent( "web", "search the web to accomplish tasks.", `Your are a helpful LLM agent that can use web search. Search the web and answer the question in <QUERY>. - Expand <QUERY> into an optimized search query for better results. - Answer exclusively with live information from the web.`, { system: [ "system.safety_jailbreak", "system.safety_harmful_content", "system.safety_protected_material", "system.retrieval_web_search", ], } ) }

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