DeepFellow DOCS

SSE MCP send endpoint for toolbox

One of the endpoint to handle SSE post requests to the MCP server from toolbox mcp servers.

Need message_id to work in query returned from /sse endpoint. You can test this endpoint with mcp server inspector. Needs user bearer token in authorization header.

POST
/toolboxes/{toolbox_id}/messages
AuthorizationBearer <token>

In: header

Path Parameters

toolbox_idToolbox Id

Query Parameters

session_idSession Id

Header Parameters

OpenAI-Organization?Openai-Organization
OpenAI-Project?Openai-Project

Response Body

curl -X POST "https://loading/toolboxes/string/messages?session_id=string" \  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \  -H "OpenAI-Project: 5eb7cf5a86d9755df3a6c593"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.