Skip to main content
Glama

MCP Development Framework

maxkb

Send messages to the MaxKB API for processing, retrieve responses, and manage chat sessions with options to restart conversations or use streaming for real-time updates.

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" }

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