Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
referral_code.js562 B
/** * @typedef {Object} Property * @property {string} name * @property {string} type * @property {string} [constraints] * @property {string} description * @property {string} [usage] */ /** * referral_code property definition * Six-character alphanumeric referral code. * * @type {Property} */ export const referral_code = { name: 'referral_code', type: 'string', constraints: 'regex: ^[A-Z0-9]{6}$', description: 'Six-character alphanumeric referral code.', usage: 'Track referral program effectiveness.' }; export default referral_code;

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