Skip to main content
Glama
paulsham

Wiki Analytics Specification MCP Server

by paulsham

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
get_event_implementation

Get complete event specification with all properties expanded. Use when implementing tracking code.

validate_event_payload

Validate a tracking implementation payload against the event spec. Returns errors, warnings, and valid fields.

search_events

Search for events by name, description, table, or property usage.

get_property_details

Get property definition and see where it is used across events and property groups.

get_related_events

Find events in the same table/flow as a given event.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
All Analytics SpecsComplete analytics specification with all events, properties, and property groups
user_registration_startedUser began the registration process
user_registration_completedUser completed the registration process
email_verifiedUser verified their email address
onboarding_startedUser began the onboarding process
onboarding_step_completedUser completed an onboarding step
onboarding_completedUser finished the entire onboarding flow
project_createdUser created a new project
collaborator_invitedUser invited a collaborator to a project
file_uploadedUser uploaded a file to a project
user_contextCommon user identification properties used across most events
device_infoInformation about the device and platform
session_contextSession-level tracking information
page_contextInformation about the current page
user_idUnique identifier for the user. Generated at registration and immutable.
emailUser's email address.
account_created_atTimestamp when the user account was created.
user_tierCurrent subscription tier of the user.
registration_methodMethod used to register an account.
referral_codeSix-character alphanumeric referral code.
account_typeType of account created.
verification_methodHow the user verified their email.
time_to_verifySeconds between registration and email verification.
device_typeType of device being used.
platformPlatform or operating system.
os_versionOperating system version string.
app_versionApplication version in semver format.
session_idUnique identifier for the user session.
session_start_timeTimestamp when the session began.
session_countTotal number of sessions for this user.
page_urlFull URL of the current page.
page_titleTitle of the current page.
referrerURL of the referring page.
onboarding_versionVersion identifier for the onboarding flow.
step_nameName of the onboarding step completed.
step_numberNumeric position of the step in the flow.
skippedWhether the user skipped this step.
completion_timeSeconds spent on this step.
total_stepsTotal number of steps in the onboarding flow.
completed_stepsNumber of steps the user completed.
project_idUnique identifier for the project.
project_nameName of the project.
project_templateTemplate used to create the project.
invitee_emailEmail address of the invited collaborator.
permission_levelPermission level granted to the collaborator.
file_typeMIME type or extension of the uploaded file.
file_size_bytesSize of the uploaded file in bytes.

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