Skip to main content
Glama
ictinnovations

ictdialer-mcp

Official

Campaign summary

ictdialer_campaign_summary
Read-only

Get call totals for a campaign, including answered, failed, and human vs machine counts, optionally filtered by agent or user ID.

Instructions

Totals for a campaign: answered, failed, human vs machine and so on. Optionally scope to one agent/user id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usr_idNoOptional agent/user id to scope the summary.
campaign_idYesThe campaign id.
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already cover readOnlyHint=true, so the safety profile is known. The description adds that this is an aggregated summary and can be scoped by user, but it does not clarify what 'and so on' includes or what the response structure looks like. This is acceptable but not rich.

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?

Two short sentences, with the main purpose first and the optional filter second. There is no redundant phrasing, and each sentence contributes useful information.

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

Completeness3/5

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

With no output schema, the description shoulders the burden of explaining what the agent will receive. It lists some categories but relies on 'and so on' and does not describe time scope, response shape, or whether all totals are returned at once. Annotations cover read-only safety but not this missing return 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%, so both campaign_id and usr_id are already documented. The description only restates that usr_id is optional and scopes the summary, adding no format, constraints, or behavior beyond the schema.

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 that the tool returns totals for a campaign and names concrete categories (answered, failed, human vs machine). It does not explicitly contrast itself with the sibling summary/status/result tools, but the resource and aggregation intent are unambiguous.

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?

There is no guidance on when to use this tool instead of the sibling tools like ictdialer_campaign_status or ictdialer_campaign_result. The only usage hint is the optional agent/user scoping, which does not help an agent choose between alternatives.

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

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/ictinnovations/ictdialer-mcp'

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