Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_get_organization_members

Fetch the members of an organization using its ID. Get a list of member details for effective organization management.

Instructions

Get members of a specific organization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYesOrganization identifier
Behavior1/5

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

No annotations are provided, so the description must carry the full burden of disclosing behavioral traits. It only states 'Get members' with no mention of required permissions, return format, pagination, rate limits, or any side effects. The description is entirely non-transparent about behavior beyond the minimal action.

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 key action and resource. It avoids verbosity or irrelevant details. While it is minimal, it is appropriately sized for the tool's simplicity.

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 no annotations and no output schema, the description should compensate by explaining expected return values or any special behavior. It does not, leaving the agent uncertain about the response structure or potential limitations. For a simple fetch tool, this is a notable gap.

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 input schema has one parameter (organizationId) with 100% description coverage, so the schema already documents its meaning as 'Organization identifier'. The description adds no additional semantic context about the parameter, which is acceptable given the high schema coverage but does not enhance the agent's understanding.

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 specifies the action ('Get') and resource ('members of a specific organization'). It distinguishes this from sibling tools like rybbit_get_organizations (which lists organizations) and rybbit_add_organization_member (which adds members). The wording does not explicitly name alternatives but the purpose is unambiguous.

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 alternatives, nor does it mention any context such as prerequisites or typical use cases. Sibling tools like rybbit_add_organization_member imply a related action, but the description does not state when to use this instead.

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