Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
project_id.js605 B
/** * @typedef {Object} Property * @property {string} name * @property {string} type * @property {string} [constraints] * @property {string} description * @property {string} [usage] */ /** * project_id property definition * Unique identifier for the project. * * @type {Property} */ export const project_id = { name: 'project_id', type: 'string', constraints: 'regex: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$', description: 'Unique identifier for the project.', usage: 'Track project-level analytics and cross-reference events.' }; export default project_id;

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