Skip to main content
Glama
daikazu

Rybbit MCP Server

by daikazu

rybbit_update_team

Update a team's name, member user IDs, and site IDs. Provide complete lists for memberUserIds and siteIds to replace existing values; requires admin role and org:write scope.

Instructions

Update a team. WARNING: memberUserIds and siteIds are replaced wholesale when provided — include the full desired lists. Requires org admin/owner role and the org:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTeam name
teamIdYesTeam identifier
siteIdsNoComplete list of numeric site IDs for the team (replaces existing)
memberUserIdsNoComplete list of user IDs for the team (replaces existing)
organizationIdYesOrganization identifier
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the key behavioral trait that memberUserIds and siteIds are replaced wholesale, which is essential for safe use. The authorization requirement is also clearly stated. It could mention return value or side effects of partial updates, but the critical behavior is well covered.

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 that front-load the purpose, immediately add a critical warning, and state permissions. Every word earns its place, with no filler or repetition.

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?

Given the 5-parameter mutation tool with no annotations or output schema, the description covers the essential context: purpose, key side effects, and authorization. It does not describe return values or error behavior, but these are not expected to be in the description for a simple update tool. Overall, the context is sufficient for an agent to select and invoke the tool correctly.

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%, so each parameter has a description. The description adds value by emphasizing the wholesale replacement behavior and advising to include full desired lists, which reinforces and clarifies the schema's 'replaces existing' notes. This helps the agent understand the consequences of providing these parameters.

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 'Update a team' with a specific verb and resource, distinguishing it from sibling create/delete team tools. The purpose is unambiguous and directly tied to the tool name.

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?

Provides clear guidance on when to use (updating existing teams) and includes critical usage warnings about wholesale list replacement. The note about requiring org admin/owner role and org:write scope gives explicit context for use vs. non-use. Does not explicitly name alternatives, but sibling names make differentiation obvious.

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