Skip to main content
Glama

MCP Simple OpenAI Assistant

by andybrandt

update_assistant

Modify an existing OpenAI assistant's name, instructions, or AI model to adapt it for changing requirements or improved performance.

Instructions

Modify an existing assistant's name, instructions, or model used.

At least one optional parameter - what to change - must be provided, otherwise the tool will return an error. The ID required can be retrieved from the list_assistants tool.

Input Schema

NameRequiredDescriptionDefault
assistant_idYes
instructionsNo
modelNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "title": "Assistant Id", "type": "string" }, "instructions": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Instructions" }, "model": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Model" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "required": [ "assistant_id" ], "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