Skip to main content
Glama
tribeunal

Tribeunal MCP Server

Official
by tribeunal

Jury duty allowance

tribeunal_jury_duty_allowance
Read-only

Check daily jury duty allowance: view requests used and remaining, active jury count versus limit, and reset time.

Instructions

Get daily jury duty allowance info — how many requests used/remaining today, active jury count vs limit, and reset time

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.13.0

TDQS

A3.9/5.0
Behavior4/5

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

The readOnlyHint annotation already establishes that this is a safe read operation. The description adds concrete context by listing the returned data points and the reset time, which goes beyond what annotations provide. No contradiction exists.

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 a single front-loaded sentence with no filler or repetition. Every clause adds specific, useful information about what the tool returns.

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?

For a zero-parameter, read-only info tool, the description covers the essential returned content: usage counts, active jury count vs limit, and reset time. It is sufficiently complete, though it could more clearly distinguish itself from sibling jury-duty tools.

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?

The tool has zero parameters and an empty schema, so there are no parameter semantics to document. With 0 parameters, a baseline of 4 is appropriate, and the description does not need to compensate for schema gaps.

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?

States a specific verb 'Get' and the resource 'daily jury duty allowance info', plus the exact fields returned: requests used/remaining, active jury count vs limit, and reset time. It is clear and distinct from siblings like jury_duty_dashboard or jury_duty_status, though it does not explicitly name an alternative.

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

Usage Guidelines3/5

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

The description implies the use case: checking daily allowance and remaining quota for jury duty. However, it does not explicitly say when to use this tool instead of sibling tools such as jury_duty_dashboard or jury_duty_status, nor does it provide exclusions.

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