Get tags and segments
sm_get_member_segmentsGet tags and segments with their engagement and status breakdowns. Use to turn an event or interest tag into a working audience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |
sm_get_member_segmentsGet tags and segments with their engagement and status breakdowns. Use to turn an event or interest tag into a working audience.
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds result content ('engagement and status breakdowns') but no additional behavioral traits such as pagination, scoping, or response details. With strong annotations, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with the core resource and action, followed by a practical usage note. No filler or repetition of the schema or annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one required parameter and no output schema, the description covers what is returned and why to use it. It does not detail the return structure, but the engagement/status breakdown mention plus annotations make it sufficiently complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not explain the projectId parameter at all. The parameter name is somewhat self-explanatory, but the description provides no additional meaning or guidance, and with low schema coverage it was expected to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves tags and segments with engagement and status breakdowns, naming a specific resource and operation. It does not explicitly contrast itself with sibling tools, but the unique resource ('tags and segments') distinguishes it from the other get/list tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The second sentence gives a concrete use case: 'Use to turn an event or interest tag into a working audience.' This provides clear when-to-use context, though it does not mention exclusions or alternatives among the many sibling get tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.