Skip to main content
Glama

OpenAI Agents MCP Server

by lroolle

web_search_agent

Find accurate, up-to-date information from the internet using an AI agent specialized in web searching. Provide a search query to get relevant online results.

Instructions

Use an AI agent specialized in web searching to find accurate, up-to-date information from the internet.

Input Schema

NameRequiredDescriptionDefault
locationNoOptional location context for location-specific searches (e.g., 'New York').
queryYesThe search query or question you want to find information about online.

Input Schema (JSON Schema)

{ "properties": { "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional location context for location-specific searches (e.g., 'New York').", "title": "Location" }, "query": { "description": "The search query or question you want to find information about online.", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from OpenAI Agents MCP Server

Related Tools

    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/lroolle/openai-agents-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server