MCP OpenAI Server
by mzxrai
openai_chat
Use this tool when a user specifically requests to use one of OpenAI's models (gpt-4o, gpt-4o-mini, o1-preview, o1-mini). This tool sends messages to OpenAI's chat completion API using the specified model.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
messages | Yes | Array of messages to send to the API | |
model | No | Model to use for completion (gpt-4o, gpt-4o-mini, o1-preview, o1-mini) | gpt-4o |