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

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/aigo666/mcp-framework'

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