Skip to main content
Glama

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

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/VinayakTiwari1103/MCP-smallest-ai'

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