DeepFellow DOCS

SSE MCP receive endpoint for tool

One of the endpoint to handle SSE get requests to the MCP server from tool mcp server.

You can test this endpoint with mcp server inspector. Needs user bearer token in authorization header.

GET
/toolboxes/{toolbox_id}/tools/{tool_id}/sse
AuthorizationBearer <token>

In: header

Path Parameters

toolbox_idToolbox Id

A 24-character hexadecimal MongoDB ObjectId string.

Match^[0-9a-fA-F]{24}$
tool_idTool Id

A 24-character hexadecimal MongoDB ObjectId string.

Match^[0-9a-fA-F]{24}$

Header Parameters

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

Response Body

curl -X GET "https://loading/toolboxes/5eb7cf5a86d9755df3a6c593/tools/5eb7cf5a86d9755df3a6c593/sse" \  -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.