Skip to main content
Glama
PiwikPRO

Piwik PRO MCP Server

Official
by PiwikPRO

analytics_goals_list

Read-only

Retrieve a list of all goals defined for a website. Specify the website UUID, and optionally set limit and offset for pagination.

Instructions

    List all goals for a website.

    Args:
        website_id: Website/App UUID
        limit: Maximum number of rows to return (default: 10, min: 1, max: 100000)
        offset: Number of rows to skip (default: 0, min: 0)

    Returns:
        Goals list with metadata
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
website_idYes
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesList of goals
metaNoMetadata such as total count
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotation readOnlyHint=true already indicates a read-only operation. The description adds no additional behavioral traits beyond 'list', so it provides minimal added value. No mention of pagination, rate limits, or authentication requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a Python docstring format with Args and Returns, which is clear but somewhat verbose. The first line is efficient, but the block format could be condensed. It is not overly long but not maximally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the existence of an output schema (declared but not shown), the description's 'Goals list with metadata' is adequate for a simple list tool. However, it lacks details on metadata fields, error handling, or pagination behavior, which would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining each parameter: website_id as 'Website/App UUID', limit as 'maximum number of rows to return' with defaults, and offset similarly. This adds significant meaning beyond the schema's minimal type/title fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List all goals for a website', using a specific verb and resource. This distinguishes it from siblings like analytics_goals_get (single goal) and other list tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives. The sibling list includes analytics_goals_get and analytics_goals_list, but the description does not mention these or provide any selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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