Skip to main content
Glama
alexcloudstar

Marketing Assistant MCP

Send DM draft

send_dm_draft

Send an approved DM draft to X via the API, enforcing rate limits and requiring dm.read/dm.write scopes.

Instructions

Send an approved DM draft via the X API. Enforces local rate limits (hourly, daily, min interval). Requires dm.read and dm.write scopes (re-auth after upgrade).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDM draft id.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly mentions rate limits (hourly, daily, min interval) and required scopes (dm.read, dm.write), along with a re-auth note, which are valuable behavioral traits beyond what the schema indicates.

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 concise, consisting of three short sentences. It is front-loaded with the primary action, followed by important constraints and requirements, with no superfluous information.

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?

For a simple tool with one parameter and no output schema, the description covers the core action, approval prerequisite, rate limits, and auth scopes. It could include return value notes, but the provided context is sufficient for a sending action.

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?

The input schema has 100% coverage for the single 'id' parameter with description 'DM draft id.' The tool description does not add any parameter-specific details, but the schema already sufficiently documents the parameter, so it meets the baseline.

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 the action ('Send an approved DM draft') with a specific verb and resource. The inclusion of 'approved' and 'DM draft' distinguishes it from sibling tools like approve_dm_draft or create_dm_draft.

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 implies the draft must be approved and requires specific scopes, giving clear context for when to use it. It does not explicitly mention alternatives or exclusions, but it is clear that this is for sending an already-approved DM draft.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexcloudstar/makers.page-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server