Skip to main content
Glama
Achlesha

sendhustle-mcp

list_segments

List a sending domain's audience segments, including the auto-created General segment, to view contact groupings.

Instructions

List a sending domain's segments (GET /segments?domain=...). Every domain includes an auto-created "General" (all contacts) segment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
limitNo
beforeNo
domainYesThe sending domain this resource belongs to (domain-first model), e.g. 'yourdomain.com' — one of your domains.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

B3.4/5.0
Behavior3/5

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

Since no annotations are provided, the description carries the burden of behavioral disclosure. It discloses that every domain has an auto-created 'General' segment, which is helpful. However, it does not mention pagination behavior, ordering, or whether the response includes full segment objects or just summaries. The description is not misleading, but it leaves key behavioral details undocumented.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is clear and front-loads the core purpose. The additional note about the 'General' segment is useful and does not add bloat. It is appropriately concise without being under-specified.

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?

Given the tool's moderate complexity (4 params, no output schema), the description covers the primary use case but leaves out return format, pagination details, and parameters semantics for 'after', 'before', and 'limit'. The presence of sibling tools like list_segment_contacts suggests more context could be needed to avoid confusion. The description is adequate but incomplete.

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 low (25%): only 'domain' is described in the schema. The description adds context about the 'domain' parameter by framing it as a sending domain's segments, which reinforces its purpose. But it does not explain 'after', 'before', or 'limit' parameters, which are pagination controls; an agent would have to infer their meaning from common API conventions. The description provides marginal value but does not fully compensate for the coverage gap.

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 gives a specific verb ('List') and a clear resource ('a sending domain's segments'), which distinguishes it from segment-related mutation tools like create_segment, update_segment, and delete_segment. However, it does not explicitly differentiate from the read sibling list_segment_contacts, which could be confused with this tool if an agent is looking for segment contacts.

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

Usage Guidelines3/5

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

The description implies usage by stating the resource scope ('a sending domain's segments') and mentions the auto-created 'General' segment, which is useful context for when to call this tool. However, it does not provide guidance on when to use this tool versus alternatives like list_segment_contacts or get_segment, nor does it state any exclusions or preconditions.

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

Deploy Server

Other Tools