Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
permission_level.js606 B
/** * @typedef {Object} Property * @property {string} name * @property {string} type * @property {string} [constraints] * @property {string} description * @property {string} [usage] */ /** * permission_level property definition * Permission level granted to the collaborator. * * @type {Property} */ export const permission_level = { name: 'permission_level', type: 'string', constraints: 'enum: viewer, editor, admin', description: 'Permission level granted to the collaborator.', usage: 'Analyze permission distribution and security patterns.' }; export default permission_level;

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