openai-agents-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error | |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| ENABLE_COMPUTER_USE | No | Enable computer use (requires tier 3-5) | |
| OPENAI_ORGANIZATION | No | Your OpenAI organization ID |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web for information using OpenAI's web search capability |
| file_searchC | Search and analyze files using OpenAI's file search capability |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are clearly distinct: one searches files, the other searches the web. There is no overlap in purpose.
Both tools follow the same 'noun_verb' pattern (file_search, web_search), which is consistent and predictable.
With only two tools, the server is very lean but still appropriate for a focused search functionality. It covers the basics without unnecessary bloat.
For a server named 'openai-agents-mcp', one might expect additional agent-related tools beyond search (e.g., text generation, function calling). The current set is minimal and may leave agents without key capabilities.