Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_identify_user

Link anonymous visitors to known user IDs and optionally merge profile traits for complete user identification.

Instructions

Link an anonymous visitor to a known user ID and optionally merge profile traits. Requires the users:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID or identifier
traitsNoOptional JSON object string of profile traits to merge (max 2KB)
userIdYesYour application user ID to identify the visitor as
anonymousIdYesThe anonymous visitor ID to link
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses the required users:write scope, which is useful, but it does not explain side effects such as whether existing traits are overwritten, whether the operation is reversible, or what happens if the userId already exists. For a mutation tool, this is a moderate gap.

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 two concise sentences with the primary action front-loaded. Every word adds value, and there is no redundant or filler content.

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?

The tool is simple with complete parameter schema coverage. The description provides the core purpose and scope requirement, which is sufficient for basic invocation. However, the absence of an output schema means the return value or success/failure behavior is unstated, so it is not fully complete.

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?

The schema provides 100% description coverage for all four parameters, so the description adds no additional parameter-level meaning. The phrase 'optionally merge profile traits' echoes the existing traits parameter description, offering no new insights.

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 ('Link an anonymous visitor to a known user ID') and identifies the distinct resource and purpose. It also mentions optional trait merging, which helps distinguish it from sibling tools like update_user_traits and the many read-only get_* tools.

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 gives a clear implied usage (identifying anonymous visitors) and mentions the required scope, but it does not explicitly state when to use this tool versus alternatives like update_user_traits or delete_user. No when-not guidance is 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/daikazu/rybbit-mcp-server'

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