Skip to main content
Glama
tribeunal

Tribeunal MCP Server

Official
by tribeunal

Leave tribe

tribeunal_leave_tribe
Destructive

Leave a tribe you belong to. For private tribes, leaving consumes your invitation, so you cannot rejoin unless the owner invites you again.

Instructions

Leave a tribe you are currently a member of. Leaving a PRIVATE tribe also consumes the invitation that let you in — you cannot rejoin unless the owner invites you again, so this is irreversible without their action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tribeIdYesTribe UUID to leave (the tribe's uuid field, not its slug or numeric id)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.13.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark this as destructive, and the description adds valuable context beyond that: leaving a private tribe consumes the invitation, prevents rejoin without a new invitation, and is irreversible without the owner's action. This explains exactly what is destroyed and the permanence of the operation.

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 focused sentences, with the primary action first and the critical irreversible consequence immediately after. No filler or redundant restating of the tool name or title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a single-parameter tool with no output schema. The description covers the operation, the membership precondition, the private-tribe exception, and the consequences. Nothing essential is missing for an agent to invoke it correctly.

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 already fully documents the tribeId parameter with a pattern and a clear note that it must be the UUID, not slug or numeric id. The description does not add parameter-level meaning beyond what the schema provides, which is acceptable given 100% schema coverage.

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 and resource: 'Leave a tribe you are currently a member of.' It clearly identifies the action and distinguishes this tool from siblings like join_tribe, create_tribe, and get_tribe.

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 implies when to use it: when the agent/user wants to leave a tribe the user is currently a member of. It does not explicitly name alternatives or state when not to use it, but the context is clear enough for correct selection among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tribeunal/mcp-server'

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