Skip to main content
Glama

OpenAI MCP Server

by thadius83
MIT License
1
  • Apple
  • Linux

ask-openai

Directly query OpenAI assistant models like 'o3-mini' and 'gpt-4o-mini' for concise or detailed responses via the OpenAI MCP Server integration.

Instructions

Ask my assistant models a direct question

Input Schema

NameRequiredDescriptionDefault
modelNoo3-mini
queryYesAsk assistant

Input Schema (JSON Schema)

{ "properties": { "model": { "default": "o3-mini", "enum": [ "o3-mini", "gpt-4o-mini" ], "type": "string" }, "query": { "description": "Ask assistant", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from OpenAI 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/thadius83/mcp-server-openai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server