Skip to main content
Glama
tribeunal

Tribeunal MCP Server

Official
by tribeunal

Get tribe

tribeunal_get_tribe
Read-only

Fetch a tribe's profile: name, description, visibility, owner, tags, and timestamps. For private tribes you own, get a shareable view-only link; unauthorized access returns 404.

Instructions

Get a tribe: name, description, visibility, owner, tags and timestamps. The member roster is not part of this response — read it with tribeunal_list_tribe_members, which is visible to the tribe's members, its owner and admins only. A private tribe is only readable by its owner, its members and anyone holding a pending invitation; to everyone else it returns 404, the same answer as a tribe that does not exist. For a private tribe you own, the response includes a shareUrl: a view-only link (joining still needs an invite) you can send to anyone; rotate it from the tribe web page to revoke old links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTribe UUID (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.7/5.0
Behavior5/5

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

The description richly supplements the readOnlyHint annotation by disclosing actual behavioral details: private tribes return 404 to unauthorized users, the shareUrl appears only for owned private tribes, it is view-only, and rotating it revokes old links. These are important, non-obvious behaviors an agent needs to know.

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?

The description is front-loaded with the core response contents and then adds exclusion, visibility, and shareUrl details. Every sentence contributes essential behavioral information, and nothing is redundant or wasted.

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?

For a single-parameter read-only tool with no output schema, the description is exceptionally complete: it lists response fields, states what is excluded, clarifies access control and 404 semantics, explains the shareUrl feature, and mentions how to revoke links. No critical information is missing.

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 single parameter, including the UUID format and the note that it must be the uuid field, not slug or numeric id. The description does not add additional parameter-specific semantics, so the baseline score of 3 for 100% schema coverage applies.

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 operation ('Get a tribe') and the exact resource fields returned: name, description, visibility, owner, tags and timestamps. It also explicitly distinguishes itself from tribeunal_list_tribe_members by noting the member roster is not included, which helps an agent differentiate from a closely related sibling tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to use this tool versus tribeunal_list_tribe_members for the roster, and details visibility rules for private tribes including the 404 behavior and who can read. This goes beyond generic usage and clearly routes the agent to the right alternative.

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