Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, error
OPENAI_API_KEYYesYour OpenAI API key
ENABLE_COMPUTER_USENoEnable computer use (requires tier 3-5)
OPENAI_ORGANIZATIONNoYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one searches files, the other searches the web. There is no overlap in purpose.

Naming Consistency5/5

Both tools follow the same 'noun_verb' pattern (file_search, web_search), which is consistent and predictable.

Tool Count4/5

With only two tools, the server is very lean but still appropriate for a focused search functionality. It covers the basics without unnecessary bloat.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessSyncing