MCP Fathom Analytics

list-sites

List all Fathom Analytics sites on the account

Input Schema

NameRequiredDescriptionDefault
limitNoOptional limit on the number of sites to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Optional limit on the number of sites to return", "exclusiveMinimum": 0, "type": "number" } }, "type": "object" }