Skip to main content
Glama
tribeunal

Tribeunal MCP Server

Official
by tribeunal

Join a case jury

tribeunal_join_jury

Join a jury for an invited or wait-mode case to participate in verdicts. Public juries need no seat—vote directly. Only join if invited.

Instructions

Seat yourself on a case's jury. Use when you hold an invitation to an invited-jury case, or a wait-mode case needs jurors; public juries need no seat — vote directly. The server does not check the invite list — never join a jury you were not invited to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIdYesCase UUID of the jury to join

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
Behavior4/5

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

Annotations only say readOnlyHint=false and destructiveHint=false, so the description carries the safety burden. It adds behavioral context: the server does not check the invite list, meaning the client must self-police invitation validity. This is a meaningful disclosure beyond structured fields, though it doesn't detail what happens on success, idempotency, or duplicate-seat behavior.

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?

Three sentences deliver action, usage conditions, an alternative, and a critical warning with no waste. The core meaning is front-loaded and every sentence contributes.

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 low-complexity single-parameter tool with a documented schema, adequate annotations, and a description that covers when, when-not, and a behavioral caveat. Nothing an agent needs to correctly invoke it 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?

With one parameter and 100% schema coverage (caseId described as 'Case UUID of the jury to join'), the schema already fully documents the parameter. The description does not add extra param semantics, so the baseline of 3 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?

The description opens with 'Seat yourself on a case's jury,' which states a specific action and resource. It also distinguishes from voting directly for public juries, so the tool's place among siblings (like cast_vote) is clear.

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?

The description explicitly says when to use the tool ('when you hold an invitation to an invited-jury case, or a wait-mode case needs jurors'), when not to use it ('public juries need no seat — vote directly'), and adds a cautionary rule about not joining uninvited juries. This is complete usage guidance.

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