Skip to main content
Glama
avansaber

SEOMonster

by avansaber

cf_web_analytics

Read-onlyIdempotent

Retrieve Cloudflare Web Analytics data, including edge-measured traffic that complements GA4 by capturing visits missed by JavaScript tags. List all sites or get details by hostname or site tag.

Instructions

Read-only Cloudflare Web Analytics (edge RUM). With no argument, lists the account's Web Analytics sites; with host_or_tag, returns one site's detail. Edge-measured traffic complements GA4 (it sees visits GA4's JS tag may miss). Create/delete are intentionally not exposed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
host_or_tagNoOptional. A hostname (contains a dot) resolves to its site; otherwise treated as a site_tag. Omit to list all sites.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by explaining the edge-measured traffic nature and how it complements GA4, providing behavioral context beyond 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 very concise—three short sentences that are well-structured. The first sentence states the tool's purpose, the second explains the two usage modes, and the third provides additional context and limitation. No superfluous information.

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 lack of an output schema, the description could be more explicit about return data structure (e.g., 'returns site details including metrics'). However, the tool is simple and the domain is well-known, making it adequate for an experienced agent. The openWorldHint annotation also helps set expectations.

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

Parameters5/5

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

The sole parameter host_or_tag is fully described in the schema. The description adds parsing logic (hostname vs. site_tag) that goes beyond the schema description, giving clear semantic meaning.

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 is for Cloudflare Web Analytics (edge RUM), specifies two modes of operation (listing all sites or retrieving a site's detail), and distinguishes it from GA4 by mentioning edge measurement. The purpose is specific and unambiguous.

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 explains when to use the tool without arguments (list all sites) and with the host_or_tag parameter (get one site's detail). It also notes that create/delete operations are intentionally not exposed, guiding the agent away from writing operations.

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/avansaber/seo-monster'

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