Skip to main content
Glama
PiwikPRO

Piwik PRO MCP Server

Official
by PiwikPRO

templates_list_tags

Read-only

List all available tag templates to discover exact template names before creating tags.

Instructions

List all available tag templates for use with tags_create.

    ⚠️ IMPORTANT: You MUST call this tool before calling templates_get_tag() or tags_create()
    to discover exact template names. Do NOT guess template names.

    Workflow:
        1. templates_list_tags() → get exact template names
        2. templates_get_tag(template_name='...') → get requirements for chosen template
        3. tags_create() → create the tag
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description does not need to restate that. It adds that the tool lists 'available' templates and must be called first, but does not disclose any further behavioral details (e.g., pagination, sorting, or output format). This is adequate but minimal given the annotations.

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

Conciseness5/5

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

The description is concise: two sentences plus a formatted workflow. Every sentence adds value, the warning is appropriately emphasized, and the structure is front-loaded with the core purpose.

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

Completeness4/5

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

Given the tool has no parameters, a read-only annotation, and no output schema, the description covers the necessary context: purpose, prerequisite, and workflow. However, it omits any hint about the return format (e.g., list of names or objects), which could be useful. Still, it is largely complete for this simple tool.

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?

The input schema has zero parameters with 100% schema description coverage. Per guidelines, a baseline of 4 is appropriate. The description does not need to add parameter semantics since none exist.

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 the tool lists all available tag templates for use with tags_create. It distinguishes from sibling tools like templates_get_tag and templates_list_triggers by explicitly mentioning the workflow and the prerequisite role.

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

Usage Guidelines5/5

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

The description explicitly instructs the agent to call this tool before templates_get_tag or tags_create, warns against guessing names, and provides a clear three-step workflow. This leaves no ambiguity about when and why to use it.

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