Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
email_verified.js860 B
/** * @typedef {Object} Event * @property {string} event_name * @property {string} description * @property {string} table * @property {string[]} property_groups - Names of property groups included * @property {string[]} additional_properties - Names of additional properties * @property {string} [notes] */ /** * email_verified event * User verified their email address * * Table: Registration Events * Property groups: user_context * * @type {Event} */ export const email_verified = { event_name: 'email_verified', description: 'User verified their email address', table: 'Registration Events', property_groups: [ 'user_context' ], additional_properties: [ 'verification_method', 'time_to_verify' ], notes: 'Track time between registration and verification for funnel analysis.' }; export default email_verified;

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