Skip to main content
Glama
nks-hub

rybbit-mcp

by nks-hub

User Detail

rybbit_get_user
Read-onlyIdempotent

Retrieve comprehensive user details including traits, session history, and activity summary by providing site ID and user ID.

Instructions

Get detailed information about a specific user including their traits, session history, and activity summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID (numeric ID or domain identifier)
userIdYesUser ID (identified_user_id or internal user ID)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, so the agent knows it is a safe read operation. The description adds specific detail about returned data (traits, session history, activity summary) beyond annotations, without contradiction.

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 sentence that is clear and to the point. It could be improved by structuring the list of returned items, but it is not verbose or wasteful.

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 get operation with no output schema, the description lists what is returned (traits, session history, activity summary). However, 'activity summary' is somewhat vague. It does not mention pagination or limits, but that is less critical for a single-user lookup.

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%: both siteId and userId have descriptions. The tool description does not add new parameter meaning beyond repeating that siteId is numeric/domain and userId can be identified_user_id or internal ID. Baseline 3 is appropriate.

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 uses a specific verb 'Get' and resource 'specific user' with explicit inclusions of traits, session history, and activity summary. This clearly distinguishes it from sibling tools like rybbit_get_user_traits (only traits) and rybbit_get_session (single session).

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?

No explicit when-to-use or when-not-to-use is provided. The description implies the need for a user ID but does not mention alternatives such as rybbit_get_user_traits for just traits. Usage context is implied but not clarified.

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