Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_ai_chat_stream

Stream AI-driven chat responses to manage and automate GoLogin browser profiles. Send conversation history and enable streaming for real-time interactions.

Instructions

POST /ai/chat/stream

Input Schema

NameRequiredDescriptionDefault
messagesYesArray of chat messages representing the conversation history
streamNoWhether to use streaming response

Input Schema (JSON Schema)

{ "properties": { "messages": { "description": "Array of chat messages representing the conversation history", "items": { "properties": { "content": { "description": "Content of the message", "type": "string" }, "role": { "description": "Role of the message sender", "enum": [ "user", "assistant", "system" ], "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" }, "stream": { "description": "Whether to use streaming response", "type": "boolean" } }, "required": [ "messages" ], "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/gologinapp/gologin-mcp'

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