Skip to main content
Glama

MCP Instruct

by hlsitechio

kb_quick_setup

Configure predefined forms for identity, technical, or organizational data to establish persistent knowledge storage for AI agents.

Instructions

Quick setup using predefined forms for common scenarios

Input Schema

NameRequiredDescriptionDefault
dataYesForm data as key-value pairs
formTypeYesType of quick setup form

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Form data as key-value pairs", "type": "object" }, "formType": { "description": "Type of quick setup form", "enum": [ "identity", "technical", "organization" ], "type": "string" } }, "required": [ "formType", "data" ], "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