Skip to main content
Glama
spruikco

send16-mcp

by spruikco

list_automation_enrollments

Retrieve active and historical enrollments for a specific automation by automation ID, with optional filtering by state and pagination.

Instructions

List active and historical enrollments for an automation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stateNo
apiKeyNoSend16 API key (overrides SEND16_API_KEY env var)
cursorNo
automationIdYesAutomation ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.7

TDQS

B3.1/5.0
Behavior2/5

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

No annotations provided, and description lacks behavioral details such as pagination (cursor parameter not explained), authentication (apiKey only hinted), rate limits, or whether it returns full enrollment objects. Insufficient disclosure for a list endpoint.

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?

Single sentence, front-loaded with key information, no unnecessary words. Highly concise.

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

Completeness2/5

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

Given 5 parameters and no output schema or annotations, description is incomplete. Missing explanation of pagination, filter options, return format, and required state parameter behavior. Not sufficient for an agent to use correctly without additional hints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 40% schema description coverage, description does not compensate. Does not explain state enum values, cursor usage, or limit meaning beyond what schema provides. The mention of 'active and historical' only vaguely hints at the state filter.

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?

Description uses specific verb 'List' and resource 'enrollments for an automation', clarifying scope with 'active and historical'. Clearly distinguishes from siblings like 'enroll_in_automation' and 'list_automations'.

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?

No guidance on when to use this tool versus alternatives like 'list_automations' or 'get_automation_stats'. No prerequisites or exclusions mentioned.

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