Skip to main content
Glama
cracked-collective

@clarvivo/mcp

List Clarvivo projects

list_projects
Read-onlyIdempotent

List accessible Clarvivo projects to retrieve their IDs, domains, and public tracking API keys for analytics configuration.

Instructions

List accessible Clarvivo projects with their IDs, domains, and public tracking API keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds value by noting 'accessible' projects (scoping) and specifying the response fields (IDs, domains, public tracking API keys), which clarifies what the agent can expect without needing an output schema.

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 a single, tightly written sentence that front-loads the core action and resource before listing the returned fields. Every word earns its place; there is no redundancy or filler.

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

Completeness5/5

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

For a zero-parameter, read-only list operation, the description fully covers what the tool does and what it returns. Annotations cover safety, and no output schema is needed because the description enumerates the exact fields. Nothing an agent needs to call it correctly is missing.

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, so there is nothing to document. The baseline for zero-parameter tools is 4, and the description correctly avoids inventing parameter details. It does not need to explain parameter semantics because 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 uses a specific verb ('List') and resource ('accessible Clarvivo projects') and enumerates the exact returned fields: IDs, domains, and public tracking API keys. This clearly distinguishes it from sibling tools like get_stats or create_funnel, which operate on different resources.

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

Usage Guidelines3/5

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

The description implies usage: call this when you need an enumeration of accessible projects and their identifiers. However, it does not explicitly state when to use it over alternatives or mention any exclusions, so the guidance is only implicit, not explicit.

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