Skip to main content
Glama

OpenAI Agents MCP Server

by lroolle

file_search_agent

Search through files and documents using AI to find specific information based on your query, returning relevant results from specified vector stores.

Instructions

Use an AI agent specialized in searching through files and documents to find relevant information.

Input Schema

NameRequiredDescriptionDefault
max_resultsNoThe maximum number of document results to return.
queryYesThe search query or question to find in the documents.
vector_store_idsYesThe IDs of the vector stores to search in. This is required for file search to work.

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 5, "description": "The maximum number of document results to return.", "title": "Max Results", "type": "integer" }, "query": { "description": "The search query or question to find in the documents.", "title": "Query", "type": "string" }, "vector_store_ids": { "description": "The IDs of the vector stores to search in. This is required for file search to work.", "items": { "type": "string" }, "title": "Vector Store Ids", "type": "array" } }, "required": [ "query", "vector_store_ids" ], "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