Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_track_event

Send pageview, custom event, performance, error, or outbound link tracking events to Rybbit Analytics. Specify site ID and event type to record user interactions.

Instructions

Send a tracking event (pageview, custom event, performance, error, or outbound link)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clsNoCLS metric (for performance type)
fcpNoFCP metric (for performance type)
inpNoINP metric (for performance type)
lcpNoLCP metric (for performance type)
ttfbNoTTFB metric (for performance type)
typeYesEvent type
siteIdYesSite ID
userIdNoUser identifier
hostnameNoPage hostname
pathnameNoPage pathname
referrerNoReferrer URL
eventNameNoCustom event name (required for custom_event type)
pageTitleNoPage title
propertiesNoJSON string of event properties
Behavior2/5

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

No annotations are provided, so the description must bear the burden of behavioral disclosure. It only says 'send' but does not describe side effects (e.g., event persistence), required permissions, or the expected response. This is a significant gap for a write operation.

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 sentence, front-loaded with the action, and efficiently lists the event type variants in parentheses. Every word earns its place.

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

Completeness2/5

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

Given the tool has 14 parameters, no output schema, and no annotations, the description is far too minimal. It does not hint at return values, error behavior, or the overall workflow, leaving the agent with limited context.

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 baseline is 3. The description adds no extra meaning beyond the schema; it lists event types that are already in the enum. It does not explain relationships between parameters (e.g., `eventName` required for `custom_event`).

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 action (Send) and resource (tracking event), and enumerates the supported event types. It is easily distinguishable from the sibling `rybbit_track_events` by being singular, though the description does not explicitly contrast them.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. For example, it does not mention that this is for a single event while `rybbit_track_events` might handle multiple, nor does it state any prerequisites or exclusions.

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/daikazu/rybbit-mcp-server'

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