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

ID: fzgyk9mw5e