Skip to main content
Glama

Estatísticas do dashboard

bticket_dashboard_stats
Read-onlyIdempotent

Retrieve dashboard statistics and the daily team report to monitor team performance and daily activities.

Instructions

Lê estatísticas e o relatório diário da equipe: GET /api/dashboard/estatisticas e GET /api/dashboard/relatorio-diario-equipe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_team_daily_reportNotrue (default) inclui relatorio-diario-equipe além de estatisticas

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds the specific GET endpoints, reinforcing the read-only nature, but it doesn't go beyond that to explain any additional behavioral nuances.

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, compact sentence with no filler. It front-loads the action and resource, then lists the exact endpoints, making it easy to scan and understand.

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 simple read-only dashboard stats tool with one well-documented parameter and strong annotations, the description is largely complete. It names both accessed endpoints and the schema covers the include_team_daily_report parameter, leaving little ambiguity.

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?

Schema coverage is 100%, so the parameter is already well-documented by its own description. The tool description adds minimal semantic value beyond the schema, so the baseline score of 3 is appropriate.

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 clearly states the action ('Lê') and the resource ('estatísticas e o relatório diário da equipe'), making it obvious what the tool does. It also names the two specific endpoints, which disambiguates it from sibling list tools.

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 tool is for dashboard statistics and daily team reports, which gives context, but it does not explicitly state when to choose this tool over alternatives or mention any exclusions. It is adequate but not proactively helpful.

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