Skip to main content
Glama

kb_get_personal

Retrieve stored personal information and preferences to provide AI assistants with consistent context about your identity and needs.

Instructions

Get personal information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool schema definition for 'kb_get_personal', including name, description, and empty input schema.
    { name: 'kb_get_personal', description: 'Get personal information', inputSchema: { type: 'object', properties: {} } },
  • MCP tool handler implementation. Retrieves personal information using KnowledgeManager.getPersonal() and returns it as JSON-formatted text content.
    case 'kb_get_personal': { return { content: [ { type: 'text', text: JSON.stringify(km.getPersonal(), null, 2) } ] }; }
  • KnowledgeManager helper method that returns a shallow copy of the personal information object from the internal knowledge base.
    getPersonal(): PersonalInfo { return { ...this.kb.personal }; }

Latest Blog Posts

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