Resume SDR outreach delivery
sdr_resume_outreachResume a paused SDR outreach campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_id | Yes |
sdr_resume_outreachResume a paused SDR outreach campaign.
| Name | Required | Description | Default |
|---|---|---|---|
| search_id | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It only states that a paused campaign is resumed, without explaining side effects such as resumed sending, credit usage, idempotency, or what happens if the campaign is not currently paused.
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?
The description is a single, front-loaded sentence with no redundant wording. It is appropriately concise, though it adds little beyond the title plus the 'paused' qualifier.
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 tool with one parameter and no output schema, the description should at least define the parameter and state the effects of resuming. It does neither, and with no annotations the agent is left without enough context to confidently invoke the tool.
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 never mentions search_id or explains what it refers to. The parameter name suggests an identifier, but the description does not clarify that it identifies the outreach campaign/search to resume.
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 uses a specific verb and resource: "Resume a paused SDR outreach campaign." It clearly conveys the action and distinguishes it from pause/launch/delete siblings, though it does not explicitly contrast itself with them.
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 word 'paused' implies a clear precondition: the campaign must already be paused before calling this tool. However, it gives no explicit guidance about when to use this versus related tools like sdr_launch_outreach or sdr_pause_outreach, leaving the routing largely to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.