Skip to main content
Glama

MCP Instruct

by hlsitechio

kb_add_custom

Add custom knowledge entries to structured categories for persistent storage and retrieval in AI systems, enabling long-term memory across sessions with optional tagging.

Instructions

Add custom knowledge to any category

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory name (e.g., "tools", "workflows", "contacts")
keyYesKnowledge key/identifier
tagsNoOptional tags for categorization
valueYesKnowledge value (can be string, object, array, etc.)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category name (e.g., \"tools\", \"workflows\", \"contacts\")", "type": "string" }, "key": { "description": "Knowledge key/identifier", "type": "string" }, "tags": { "description": "Optional tags for categorization", "items": { "type": "string" }, "type": "array" }, "value": { "description": "Knowledge value (can be string, object, array, etc.)" } }, "required": [ "category", "key", "value" ], "type": "object" }

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/hlsitechio/mcp-instruct'

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