Skip to main content
Glama
0xtolgadegen

SMSBulk MCP Server

by 0xtolgadegen

List activations

list_activations

Retrieve a paginated list of your activations, newest first, to monitor verification codes and request statuses. Filter by status without incurring costs.

Instructions

List your activations (cursor-paginated, newest first). Requires an API key. Does not spend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (1-100, default 25).
cursorNoPagination cursor from a previous response.
statusNoOptional comma-separated status filter, e.g. 'WAITING,RECEIVED'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

Since annotations are absent, the description carries the burden. It discloses key behavioral aspects: requires API key and does not spend, which is useful. However, it omits details like rate limits or whether it returns only paid vs all activations.

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 a single sentence that front-loads the main action and includes two crucial behavioral notes, with zero fluff.

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?

Given the tool's moderate complexity and the absence of output schema, the description covers essential aspects like pagination and auth, but could mention the response format or error conditions. Minor gap.

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 documents each parameter adequately. The description adds no extra semantics beyond what is in the schema, so 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 'List your activations' with specifics on pagination and ordering, distinguishing it from siblings like 'list_services' and 'list_transactions'.

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 context for when to use (listing activations), but does not explicitly mention when not to use it or recommend alternatives, though siblings are distinct enough.

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