Skip to main content
Glama
luisriverag

homebox-mcp

by luisriverag

group_statistics

group_statistics

Get high-level inventory statistics for a group, such as total items and total value. Provides a quick overview for inventory assessment.

Instructions

Get high-level inventory statistics for the group (total items, total value, etc).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the responsibility for behavioral disclosure. It accurately indicates a read-only summary operation and hints at return content, but it does not describe the exact response structure, currency handling, or behavior on empty groups. This is adequate for a simple getter but not fully transparent.

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, well-structured sentence with no filler. It front-loads the verb and resource, and the parenthetical examples directly clarify what kind of statistics are returned without adding unnecessary length.

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 tool, invocation is completely clear with no input guidance needed. The return value is partially described with examples, but the open-ended 'etc' and absence of an output schema leave the full set of statistics unspecified. Still, the description is sufficiently complete for someone to understand what the tool offers.

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 the schema description coverage is trivially 100%, so parameter documentation is not needed. The description adds no parameter details because there are none to document, matching the baseline for parameter-less tools.

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 ('Get'), a clear resource ('high-level inventory statistics for the group'), and concrete examples ('total items, total value'). The 'high-level' qualifier also helps distinguish this tool from sibling statistics tools like group_statistics_labels, group_statistics_locations, and group_statistics_purchase_price.

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 this is the summary-level statistics tool, but it does not explicitly state when to use it versus the sibling group_statistics_* alternatives. There is no direct guidance about when to prefer this tool for aggregate data or when to use a more specific breakdown.

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/luisriverag/homebox_mcp'

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