Skip to main content
Glama
nks-hub

rybbit-mcp

by nks-hub

User Traits

rybbit_get_user_traits
Read-onlyIdempotent

Retrieve user trait keys, values, or find users by matching trait key and value. Choose from three modes: list all trait keys, get distinct values for a specific key, or search for users with a given key and value pair.

Instructions

Get user trait keys, values, or find users by trait. mode='keys' lists all trait keys. mode='values' (default when key is provided) returns distinct values for a trait key. mode='users' finds users matching a specific trait key+value pair (case-insensitive).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID (numeric ID or domain identifier)
modeNo'keys' to list trait keys, 'values' to get values for a key, 'users' to find users by trait. Default: 'keys' if no key provided, 'values' if key is provided.
keyNoTrait key (required for 'values' and 'users' modes)
valueNoTrait value (required for 'users' mode)
limitNoMax results to return
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive nature. Description adds useful context: case-insensitive matching for 'users' mode and default mode behavior (keys if no key). This goes beyond annotations and clarifies behavior.

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 concise sentences pack all necessary information. Front-loaded with the core action, then details each mode in order. No wasted words.

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?

Description covers all three modes and parameters adequately. No output schema, but the agent can infer return types from mode descriptions. It lacks explicit mention of pagination or result structure, but given the annotations and schema, it is largely complete.

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 coverage is 100%, but description adds meaning: explains default mode based on key presence and case-insensitivity for value. It clarifies the interaction between mode and key parameters, which is not fully captured in schema descriptions.

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 clearly states the tool's purpose: retrieving user trait keys, values, or finding users by trait. It distinguishes between three modes with specific verbs ('list', 'returns', 'finds'), uniquely identifying its function among sibling tools.

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 explicitly explains when to use each mode: 'keys' for listing all keys, 'values' for distinct values when a key is provided, and 'users' for matching key-value pairs. It does not discuss alternatives or when-not-to-use, but the tool is specific enough that the guidance is clear.

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