Skip to main content
Glama

MCP Instruct

by hlsitechio

kb_remove_custom

Delete specific custom knowledge entries by category and key from persistent storage to maintain accurate and current information.

Instructions

Remove custom knowledge

Input Schema

NameRequiredDescriptionDefault
categoryYes
keyYes

Input Schema (JSON Schema)

{ "properties": { "category": { "type": "string" }, "key": { "type": "string" } }, "required": [ "category", "key" ], "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