Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
device_info.js526 B
/** * @typedef {Object} PropertyGroup * @property {string} name * @property {string} description * @property {string[]} properties - Property names included in this group */ /** * device_info property group * Information about the device and platform * * @type {PropertyGroup} */ export const device_info = { name: 'device_info', description: 'Information about the device and platform', properties: [ 'device_type', 'platform', 'os_version', 'app_version' ] }; export default device_info;

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