Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_compare_periods

Compare site overview metrics between a selected period and the equal-length preceding period, showing current values, previous values, and absolute and percent changes.

Instructions

Compare site overview metrics between a date range and the equal-length preceding period. Returns current values, previous values, and per-metric absolute and percent changes (percentChange is null when the previous value was 0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID or identifier
endDateYesCurrent period end (YYYY-MM-DD)
filtersNoJSON array of filter objects applied to both periods
timeZoneNoIANA timezone identifier (e.g., America/New_York)
startDateYesCurrent period start (YYYY-MM-DD)
Behavior4/5

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

No annotations are provided, so the description carries the safety/behavior disclosure burden. It discloses key behavior: the tool returns current/previous values, computes absolute and percent changes, and explicitly explains the percentChange null edge case. It does not explicitly mention permissions or read-only nature, but 'Compare... Returns...' strongly implies a read 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?

Two tight sentences deliver the core purpose, operation, return values, and an edge case without wasted words. It is front-loaded with the main action and easily scanned.

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?

For a comparative analytics tool with no output schema, the description sufficiently explains the return shape and the period calculation logic. It could name the exact metrics returned, but 'site overview metrics' is adequate context given sibling tool naming and the parameter schema.

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?

Schema description coverage is 100%, so the baseline is 3, but the description adds meaningful context by clarifying that the provided startDate/endDate define the current period and the preceding period is automatically equal-length. This is not present in the schema and is central to correctly using the tool.

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?

Description uses specific verb 'Compare' and identifies exact resource ('site overview metrics') plus core operation (date range vs equal-length preceding period). This clearly distinguishes it from sibling get-only tools like rybbit_get_overview and rybbit_get_overview_timeseries.

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 makes the intended use case clear: comparing the current period to the immediately preceding equal-length period. It does not explicitly name alternatives or give when-not-to-use guidance, but the use case is strongly implied and distinct from the available siblings.

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