Skip to main content
Glama
ictinnovations

ictcontact-mcp

Official

Campaign status

ictcontact_campaign_status
Read-only

Check the live status of an outbound campaign by its ID, including running or stopped states. Poll this endpoint to monitor campaign progress while it runs.

Instructions

Live status of a campaign by id (for example running or stopped). Poll this while a campaign runs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYesThe campaign id.
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds useful context about the live, pollable nature of the status and example values, but it does not describe the response shape, possible additional statuses, or polling expectations in more detail.

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 two short sentences with no filler. It opens with the core purpose, includes a concrete example, and closes with a practical usage directive. Every sentence earns its place.

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 single-parameter read-only tool with no output schema, the description is largely complete. It explains what the tool does and when to poll it. Minor gaps remain around exact returned values and behavior for edge cases, but these are not critical for a tool of this simplicity.

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?

The schema has 100% description coverage for campaign_id, and the description only restates that the ID identifies the campaign. No additional parameter semantics are provided 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.

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 retrieves the live status of a campaign by id and gives examples like running or stopped. It is clear about the resource and action, but it does not explicitly differentiate itself from sibling tools such as campaign_summary or campaign_result.

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

Usage Guidelines4/5

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

The description provides clear guidance on when to use the tool: 'Poll this while a campaign runs.' This tells an agent the temporal context for invocation. However, it does not mention when not to use it or which sibling tool should be chosen instead.

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/ictcontact-mcp'

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