Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_get_sessions

Retrieve paginated sessions with analytics data, filterable by date range, user ID, and identified-only status, to analyze site traffic and user engagement.

Instructions

Get a paginated list of sessions with analytics data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoResults per page
siteIdYesSite ID or identifier
userIdNoFilter by specific user ID
endDateNoEnd date in YYYY-MM-DD format
filtersNoJSON array of filter objects with parameter, type, and value fields
timeZoneNoIANA timezone identifier (e.g., America/New_York)
startDateNoStart date in YYYY-MM-DD format
identifiedOnlyNoReturn only identified users
pastMinutesEndNoMinutes ago for end (alternative to date-based)
pastMinutesStartNoMinutes ago for start (alternative to date-based)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions pagination and analytics data, without covering read-only nature, default pagination sizes, sorting behavior, or the structure of the response. This is minimal and leaves the agent uncertain about important behavioral aspects.

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?

The description is a single, concise sentence that is front-loaded with the verb and resource. It contains no filler, though it could be more informative while still remaining concise.

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's complexity (11 parameters, no output schema, no annotations) and the large number of sibling tools, the description is too minimal to provide complete context. It doesn't explain how pagination parameters interact, what 'analytics data' includes, or which filters are commonly used.

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%, with all 11 parameters having individual descriptions. The tool description adds no additional meaning to the parameters, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets a paginated list of sessions with analytics data, using a specific verb and resource. It is distinguishable from sibling tools like rybbit_get_session_details by mentioning pagination and a list, but it doesn't explicitly call out the distinction from related list tools such as rybbit_get_user_sessions.

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?

The description provides no guidance on when to use this tool versus alternative list tools like rybbit_get_user_sessions or rybbit_get_goal_sessions. It lacks any context about appropriate use cases, 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