Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham
page_context.js494 B
/** * @typedef {Object} PropertyGroup * @property {string} name * @property {string} description * @property {string[]} properties - Property names included in this group */ /** * page_context property group * Information about the current page * * @type {PropertyGroup} */ export const page_context = { name: 'page_context', description: 'Information about the current page', properties: [ 'page_url', 'page_title', 'referrer' ] }; export default page_context;

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