Skip to main content
Glama

MCP Simple OpenAI Assistant

by andybrandt

create_assistant

Create a new OpenAI assistant with custom instructions and model selection for specific topic discussions. Define the assistant's behavior and capabilities to handle your conversational needs.

Instructions

Create a new OpenAI assistant to talk to about your desired topic.

You can provide instructions that this assistant will follow and specify which of OpenAI's models it will use. NOTE: It is recommended to check existing assistants with list_assistants before creating a new one.

Input Schema

NameRequiredDescriptionDefault
instructionsYes
modelNogpt-4o
nameYes

Input Schema (JSON Schema)

{ "properties": { "instructions": { "title": "Instructions", "type": "string" }, "model": { "default": "gpt-4o", "title": "Model", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "instructions" ], "type": "object" }

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/andybrandt/mcp-simple-openai-assistant'

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