Skip to main content
Glama
nks-hub

rybbit-mcp

by nks-hub

Update Site Config

rybbit_update_site_config
Idempotent

Modify configuration for an existing Rybbit site. Toggle tracking features such as IP tracking, session replay, error tracking, and button clicks.

Instructions

Update configuration for an existing Rybbit site. Toggle tracking features like IP tracking, session replay, error tracking, button clicks, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID (numeric ID or domain identifier)
nameNoDisplay name for the site
domainNoDomain (web sites) or package name (app sites). Normalized server-side.
publicNoMake site stats publicly accessible
saltUserIdsNoSalt user IDs for privacy
blockBotsNoBlock known bots from tracking
excludedIPsNoIP addresses or CIDR ranges to exclude from tracking (max 100)
excludedCountriesNoISO 3166-1 alpha-2 country codes to exclude from tracking (max 250)
tagsNoTags for grouping/filtering sites (max 20, each up to 50 chars)
trackIpNoTrack visitor IP addresses
trackErrorsNoTrack JavaScript errors
trackOutboundNoTrack outbound link clicks
trackUrlParamsNoTrack URL parameters
trackInitialPageViewNoTrack initial page view automatically
trackSpaNavigationNoTrack SPA navigation events
trackButtonClicksNoTrack button click events
trackCopyNoTrack text copy events
trackFormInteractionsNoTrack form interaction events
sessionReplayNoEnable session replay recording
webVitalsNoTrack Core Web Vitals metrics
Behavior3/5

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

Annotations already indicate idempotent and non-destructive update behavior. The description adds that it toggles tracking features, but does not disclose merge vs replace semantics, error handling, or prerequisites beyond site existence. It provides minimal additional context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and example features. No filler, but could be slightly more precise by noting that non-tracking fields are also updatable. Generally efficient and well-structured.

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

Completeness3/5

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

Given 20 parameters and no output schema, the description covers the general purpose and highlights common toggles but omits update semantics (e.g., partial vs full replace) and behavior on missing optional fields. Still functional for basic selection but not fully comprehensive.

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?

Input schema provides 100% description coverage for all 20 parameters. The description mentions a subset (tracking features) but does not add new meaning or clarify interaction between parameters, such as whether updating one field resets others. At baseline 3 due to full schema coverage.

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 specifies the verb 'update' and the resource 'existing Rybbit site', and lists example features like IP tracking and session replay. It differentiates from sibling tools like create, delete, and get by focusing on updating existing configs.

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 use for updating an existing site's configuration but does not explicitly state when to use this tool over alternatives like rybbit_get_config for reading or rybbit_create_site for new sites. No exclusions or when-not guidance provided.

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/nks-hub/rybbit-mcp'

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