Skip to main content
Glama

get_team_summary

Retrieve agent workload overview and team performance data from WhatsApp Business platform to monitor productivity and manage workflows.

Instructions

Resumen del equipo — Vista general de todos los agentes con su carga de trabajo actual [query]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoID del agente para filtrar
periodNoPeriodo de tiempo
daysNoNumero de dias a consultar
Behavior2/5

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

No annotations are provided, so the description carries the full burden. While it mentions 'current workload,' it fails to disclose whether this is a read-only operation (implied by 'get' prefix but not stated), what format the workload data takes, pagination behavior, or how the period/days parameters interact. The trailing '[query]' is ambiguous and potentially confusing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately brief (one sentence), but the trailing '[query]' appears to be a placeholder or formatting artifact that creates confusion. It does not clearly indicate whether this refers to query capabilities, parameter usage, or is simply incomplete text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema provided and three optional input parameters, the description should explain what the 'summary' contains (e.g., metrics included, aggregation level) and what default behavior occurs when no parameters are provided. It lacks this operational context.

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 description coverage is 100% with clear Spanish descriptions for all three parameters (agent_id, period, days). The description does not add semantic context beyond the schema, such as explaining whether 'days' overrides 'period' or if they can be used together, but baseline 3 is appropriate given complete schema documentation.

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?

The description clearly states it provides a team summary ('Resumen del equipo') with a general view of all agents and their current workload ('Vista general de todos los agentes con su carga de trabajo actual'). This distinguishes it from individual agent tools like get_agent_stats or list_agents by emphasizing aggregate team workload. However, it could better differentiate from similar summary tools like get_daily_summary.

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

Usage Guidelines2/5

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

No guidance provided on when to use this versus alternatives like get_agent_performance, list_agents, or get_daily_summary. With all parameters being optional, it should specify when filtering by agent_id is appropriate versus retrieving the full team summary.

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

Install Server

Other Tools

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/wazionapps/wazion-mcp-server'

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