Skip to main content
Glama

MCP Simple OpenAI Assistant

by andybrandt

ask_assistant_in_thread

Send a message to an OpenAI assistant within an existing conversation thread and receive streaming responses with progress updates.

Instructions

Sends a message to an assistant within a specific thread and streams the response. This provides progress updates and the final message in a single call.

Use this to continue a conversation with an assistant in a specific thread. The thread ID can be retrieved from the list_threads tool. The assistant ID can be retrieved from the list_assistants tool. Threads are not inherently linked to a particular assistant, so you can use this tool to talk to any assistant in any thread.

Input Schema

NameRequiredDescriptionDefault
assistant_idYes
messageYes
thread_idYes

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "title": "Assistant Id", "type": "string" }, "message": { "title": "Message", "type": "string" }, "thread_id": { "title": "Thread Id", "type": "string" } }, "required": [ "thread_id", "assistant_id", "message" ], "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