MCP-Smallest.ai

createKnowledgeBase

Create structured knowledge bases by defining names and descriptions, enabling organized information management within the MCP-Smallest.ai server system.

Input Schema

NameRequiredDescriptionDefault
descriptionYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "description" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-Smallest.ai

Related Tools

    ID: gens081rtr