Connect Plausible Analytics once you're in Boring.
01 · WHAT THE AGENT CAN DO
Actions
Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Check API HealthPLAUSIBLE_ANALYTICS_CHECK_HEALTH
Tool to check the health status of the Plausible Analytics API. Use when verifying API connectivity and service availability before making other API calls.
Get Breakdown StatsPLAUSIBLE_ANALYTICS_GET_BREAKDOWN_STATS
Tool to retrieve breakdown statistics for a specific property (dimension) from Plausible Analytics. Use when you need to analyze top sources, top pages, device breakdown, geographic distribution, or any other dimensional breakdown of your site traffic. This is a legacy Stats API v1 endpoint used for Top Sources, Top Pages and similar reports.
Get Plugin CapabilitiesPLAUSIBLE_ANALYTICS_GET_PLUGIN_CAPABILITIES
Tool to retrieve available capabilities for the Plausible Analytics Plugins API. Use this to check which features are enabled for the authenticated account, such as Goals, Funnels, Stats API, and more.
Get Realtime VisitorsPLAUSIBLE_ANALYTICS_GET_REALTIME_VISITORS
Tool to retrieve the number of current visitors on your site in the last 5 minutes. Use this to get real-time visitor counts from the Plausible Analytics Stats API v1.
Get Site DetailsPLAUSIBLE_ANALYTICS_GET_SITE
Tool to retrieve details for a specific Plausible Analytics site. Use when you need site configuration including domain, timezone, custom properties, and tracker script settings.
Get Timeseries StatsPLAUSIBLE_ANALYTICS_GET_TIMESERIES_STATS
Tool to retrieve timeseries visitor data from Plausible Analytics over a specified time period. Use this to get historical trends for metrics like visitors, pageviews, bounce rate, and visit duration. This is the legacy Stats API v1 endpoint typically used for the main visitor graph.
List Custom PropertiesPLAUSIBLE_ANALYTICS_LIST_CUSTOM_PROPS
Tool to list all custom properties configured for a site. Use when you need to retrieve custom property configurations for a Plausible Analytics site. Enterprise feature only.
List GoalsPLAUSIBLE_ANALYTICS_LIST_GOALS
Tool to list all goals configured for a site. Use when you need to retrieve conversion goals and custom action tracking configured for a Plausible Analytics site.
List Site GuestsPLAUSIBLE_ANALYTICS_LIST_GUESTS
Tool to list all guest users who have access to a site's dashboard in Plausible Analytics. Use when you need to see which guests have been granted access to view a specific site's analytics. This is an Enterprise feature.
List SitesPLAUSIBLE_ANALYTICS_LIST_SITES
Tool to list all sites the API key owner's Plausible account can access. Returns domain, timezone, and creation info with pagination support. Use when you need to retrieve all sites or paginate through large site lists.
List TeamsPLAUSIBLE_ANALYTICS_LIST_TEAMS
Tool to list all teams available for the API key owner. Use when you need to retrieve teams for site provisioning to a specific team.
Tool to query analytics stats for a site using the Stats API v2. Use when you need to retrieve historical or real-time statistics such as visitors, pageviews, bounce rate, visit duration, and more. Supports filtering, grouping by dimensions, and custom date ranges.
Record EventPLAUSIBLE_ANALYTICS_RECORD_EVENT
Tool to record a pageview or custom event via the Plausible Events API. Use when tracking Android/iOS mobile apps or server-side tracking. Requires proper User-Agent and optionally X-Forwarded-For headers for unique visitor counting.