Skip to main content
Glama
cracked-collective

@clarvivo/mcp

Set up Clarvivo analytics

setup_analytics
Idempotent

Detects the app framework, creates or reuses a Clarvivo project, and returns the exact code edit to add analytics.

Instructions

Detect this repository's framework, reuse or create the Clarvivo project for a domain, and return the exact file and code edit. Use this first when asked to add analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoProject name; defaults to a readable name derived from domain
domainYesProduction hostname, for example example.com
frameworkNoOptional override such as next-app, next-pages, vite, astro, sveltekit, nuxt, remix, gatsby, docusaurus, or static-html
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With idempotentHint=true, the description does not contradict the annotation. It adds meaningful behavioral context by disclosing that the tool may reuse or create a project and that its result is an exact file and code edit rather than a vague success message. This goes beyond what the annotation alone conveys.

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?

Two sentences deliver the core action, the return value, and the tool-selection guidance with no filler. The most important operational detail, when to use it, is placed at the end of the second sentence but still earns its place.

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?

There is no output schema, so the description usefully states what is returned: an exact file and code edit. Combined with the schema-covering parameters and clear usage guidance, the tool is sufficiently specified for an agent to invoke it correctly. Minor gaps such as not describing the exact return shape prevent a 5.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents domain, name, and framework clearly. The description adds little parameter-level meaning beyond mentioning 'for a domain,' so the baseline of 3 is appropriate.

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 uses a specific verb chain with a clear resource: detect the repository's framework, reuse or create the Clarvivo project, and return an exact file/code edit. It is clearly distinct from siblings such as get_install_snippet or verify_installation, and the phrase 'Use this first when asked to add analytics' removes ambiguity.

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

Usage Guidelines4/5

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

The description explicitly says to use this tool first when asked to add analytics, establishing a clear trigger condition and ordering relative to siblings. It does not enumerate when-not-to-use cases or alternatives, but the guidance is still unambiguous for the primary scenario.

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

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/cracked-collective/clarvivo-mcp'

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