Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
project.js472 B
/** * @typedef {Object} PropertyGroup * @property {string} name * @property {string} description * @property {string[]} properties - Property names included in this group */ /** * project property group * Information about a project * * @type {PropertyGroup} */ export const project = { name: 'project', description: 'Information about a project', properties: [ 'project_id', 'project_name', 'project_template' ] }; export default project;

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