Skip to main content
Glama
hffmnnj

openai_websearch

by hffmnnj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_AUTH_PATHNoPath to Codex auth file~/.codex/auth.json
OPENAI_WEBSEARCH_MODELNoDefault OpenAI modelgpt-5.6-luna

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 using OpenAI's native server-side web search. Returns clean, up-to-date results with real URLs and citations. Powered by your ChatGPT/Codex subscription.

  • contextSize: "low" (fast/cheap), "medium" (balanced, default), "high" (thorough/deep)

  • All search happens server-side at OpenAI, not locally

image_searchA

Search the web for images using OpenAI's native web search. Returns image URLs, titles, and source pages.

  • Returns real image URLs from web pages, not AI-generated images

  • contextSize controls search depth

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

image_search and web_search are clearly distinct: one retrieves images, the other general web results. The names and descriptions leave no ambiguity about which tool to use for a given query.

Naming Consistency5/5

Both tools follow the identical <object>_search pattern, creating a predictable and consistent naming convention that aligns with their functions.

Tool Count3/5

With only two tools, the server feels minimal but covers the two primary search needs (general and image). It is borderline because the scope could reasonably include other search types.

Completeness4/5

The tool surface covers general web search and image search well, but is missing potentially common search types like news or video. Overall, the core search functionality is not left with dead ends.

Maintenance

ActivitySlowing
ResponsivenessNo issues