MCP Development Framework

maxkb

Send and process messages via the MaxKB API to retrieve structured responses, manage chat flows, and enable stream-based interactions within the MCP Development Framework.

Instructions

请求MaxKB API并返回处理后的结果

Input Schema

NameRequiredDescriptionDefault
messageYes要发送的消息内容
re_chatNo是否重新开始对话
streamNo是否使用流式响应

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "要发送的消息内容", "type": "string" }, "re_chat": { "default": false, "description": "是否重新开始对话", "type": "boolean" }, "stream": { "default": true, "description": "是否使用流式响应", "type": "boolean" } }, "required": [ "message" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Development Framework

Related Tools

ID: i6x9dydcf7