Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
user_tier.js560 B
/** * @typedef {Object} Property * @property {string} name * @property {string} type * @property {string} [constraints] * @property {string} description * @property {string} [usage] */ /** * user_tier property definition * Current subscription tier of the user. * * @type {Property} */ export const user_tier = { name: 'user_tier', type: 'string', constraints: 'enum: free, basic, premium, enterprise', description: 'Current subscription tier of the user.', usage: 'Segment analysis by subscription level.' }; export default user_tier;

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