Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
user_context.js569 B
/** * @typedef {Object} PropertyGroup * @property {string} name * @property {string} description * @property {string[]} properties - Property names included in this group */ /** * user_context property group * Common user identification properties used across most events * * @type {PropertyGroup} */ export const user_context = { name: 'user_context', description: 'Common user identification properties used across most events', properties: [ 'user_id', 'email', 'account_created_at', 'user_tier' ] }; export default user_context;

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/paulsham/wiki-mcp-analytics-test-1.1.0'

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