supOS MCP Server

get-model-topic-tree

Input Schema

NameRequiredDescriptionDefault
keyNoFuzzy search keyword for child nodes
showRecNoIs show recommend topic
typeNoSearch type: 1--Text search, 2--Tag search

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Fuzzy search keyword for child nodes", "type": "string" }, "showRec": { "description": "Is show recommend topic", "type": "boolean" }, "type": { "description": "Search type: 1--Text search, 2--Tag search", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools