Skip to main content
Glama

OpenAI Agents MCP Server

by lroolle

multi_tool_agent

Orchestrate AI agents to handle complex tasks by combining web search, file search, and computer actions based on your specific query requirements.

Instructions

Use an AI agent that can orchestrate between web search, file search, and computer actions based on your query.

Input Schema

NameRequiredDescriptionDefault
enable_computer_actionsNoWhether to enable computer action capabilities.
enable_file_searchNoWhether to enable file search capabilities.
enable_web_searchNoWhether to enable web search capabilities.
queryYesThe query or task you want help with.
vector_store_idsNoRequired if enable_file_search is True. The IDs of the vector stores to search in.

Input Schema (JSON Schema)

{ "properties": { "enable_computer_actions": { "default": true, "description": "Whether to enable computer action capabilities.", "title": "Enable Computer Actions", "type": "boolean" }, "enable_file_search": { "default": false, "description": "Whether to enable file search capabilities.", "title": "Enable File Search", "type": "boolean" }, "enable_web_search": { "default": true, "description": "Whether to enable web search capabilities.", "title": "Enable Web Search", "type": "boolean" }, "query": { "description": "The query or task you want help with.", "title": "Query", "type": "string" }, "vector_store_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Required if enable_file_search is True. The IDs of the vector stores to search in.", "title": "Vector Store Ids" } }, "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