Skip to main content
Glama

MCP Instruct

by hlsitechio

mcp_instruct_onboarding

Set up your personal profile and configure AI agents to maintain long-term memory and context across sessions.

Instructions

Start the MCP Instruct onboarding process - sets up personal profile and AI agent

Input Schema

NameRequiredDescriptionDefault
actionNoOnboarding action to performstart
dataNoOptional data for quick setup

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "start", "description": "Onboarding action to perform", "enum": [ "start", "check_status", "quick_setup" ], "type": "string" }, "data": { "description": "Optional data for quick setup", "properties": { "name": { "type": "string" }, "preferredAgent": { "type": "string" }, "role": { "type": "string" } }, "type": "object" } }, "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