Skip to main content
Glama

List SMS Campaigns

neuron_list_sms_campaigns
Read-onlyIdempotent

List the organization's SMS campaigns, optionally filtered by status or type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
typeNoFilter by type: 'blast' or 'drip'
limitNoItems per page (default: 50)
statusNoFilter by status: 'draft', 'sending', 'paused', 'completed', or 'failed'

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the organizational scope and filter options, but does not disclose return format or pagination behavior; this is acceptable for a lightweight list operation.

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?

A single, well-structured sentence that front-loads the primary action and resource, then mentions the optional filters. There is no redundancy or filler.

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?

The tool is simple and the schema plus annotations cover parameters and safety. With no output schema, a note about paginated response shape would add value, but the description is otherwise complete for selecting and calling this list tool.

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 all four parameters fully documented including defaults and allowed values. The description reiterates the status and type filters but adds no additional semantic detail beyond the schema.

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 states a specific verb ('List'), a specific resource ('SMS campaigns'), and a clear scope ('organization's'). It also names the optional filters, making it easy to distinguish from broader siblings like neuron_list_campaigns.

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 gives clear context: it is for listing organization SMS campaigns with optional status/type filters. It does not explicitly mention alternatives or when not to use it, but the scope is clear enough for an agent to select it over general campaign listing tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources