Skip to main content
Glama
SMS-Masivos

SMS Masivos MCP Server

Official
by SMS-Masivos

get_report_details

Retrieve key campaign metrics—sent, delivered, failed, pending, unpaid, and effectiveness rate—using only a campaign ID. Provides rapid access to KPIs without generating a full report.

Instructions

Devuelve agregados rápidos por campaña: total enviados, entregados, fallidos, pendientes, no cobrados y % de efectividad. Mucho más rápido que generate_report cuando solo necesitas KPIs. Requiere campaign_id (obténlo de list_campaigns o send_sms).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYesID de la campaña a consultar (obténlo de list_campaigns o send_sms)
sandboxNo'1' si la campaña fue enviada en modo sandbox
Behavior4/5

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

Without annotations, the description bears full burden. It indicates the tool is a fast, read-only query. No contradictions; discloses that it returns aggregates. Could mention idempotency or safety, but for a simple retrieval tool this is sufficient.

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 concise sentences: first declares function, second provides use-case guidance, third specifies prerequisite. No wasted words, all value-adding.

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?

Given no output schema, the description lists all returned fields. It provides speed comparison, prerequisite hints, and context about sibling tool. Complete for a simple query tool with two parameters.

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 schema already describes both parameters. The description adds only the source for campaign_id, which is helpful but not essential beyond schema. Baseline 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 it returns quick aggregates (total sent, delivered, etc.) by campaign. It distinguishes from the sibling 'generate_report' by emphasizing speed and KPI focus, making the purpose unambiguous.

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?

Explicitly states when to use this tool: 'Much faster than generate_report when you only need KPIs'. Also instructs where to obtain the required campaign_id ('from list_campaigns or send_sms'), providing clear usage context.

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/SMS-Masivos/mcp-server'

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