Skip to main content
Glama

Piwik PRO MCP Server

Official
by PiwikPRO

versions_list

Retrieve version history for Piwik PRO Tag Manager apps with pagination support. Provides version details including ID, name, type, and timestamps for tracking app changes.

Instructions

List versions for an app in Piwik PRO Tag Manager.

Args: app_id: UUID of the app limit: Maximum number of versions to return (default: 10) offset: Number of versions to skip (default: 0) Returns: Dictionary containing version list and metadata including: - data: List of version objects with id, name, version_type, and timestamps - meta: Metadata with pagination information

Input Schema

NameRequiredDescriptionDefault
app_idYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "required": [ "app_id" ], "type": "object" }

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/PiwikPRO/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server