Skip to main content
Glama
alexcloudstar

Marketing Assistant MCP

Create DM draft

create_dm_draft

Create a draft direct message for X, targeting a recipient by ID, username, or existing thread. Supports one media attachment; the message stays unsent until you approve and send it.

Instructions

Create a draft direct message. Requires recipientId or recipientUsername (or conversationId for an existing thread). NOT sent until approved and send_dm_draft is called. Supports one optional media attachment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesDM message text.
mediaPathsNoAbsolute local path for one media attachment.
recipientIdNo1:1 recipient X user id.
conversationIdNoExisting conversation id (reply in 1:1 or group thread).
participantIdsNoGroup: 2+ participant user ids (new group only).
conversationTypeNodirect (default) for 1:1, group for new group conversations.
recipientUsernameNo1:1 recipient @handle (resolved at send time if id omitted).
participantUsernamesNoGroup: 2+ @handles resolved at send time (new group only).
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 discloses the draft lifecycle (not sent until approved), the required addressing modes, and the one-attachment limit, which are meaningful behaviors beyond what the input schema specifies.

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 three concise sentences, each covering a distinct aspect: purpose, requirements, and workflow. No redundant information; it is well-structured and front-loaded.

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?

Given the tool has 8 parameters and no output schema, the description covers the essential context: what it does, how to address a recipient, the draft approval flow, and media limits. It doesn't detail group conversation setup, but the schema provides that information, making the description adequate for an agent to decide when to use it.

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

Parameters4/5

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

Schema descriptions cover all parameters (100%), so the baseline is 3. The description adds cross-parameter semantics by explaining the alternatives (recipientId or recipientUsername or conversationId) and the media attachment constraint, which is not immediately obvious from individual property descriptions.

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 'Create a draft direct message' with a specific verb and resource. It distinguishes itself from sibling tools like create_draft and create_retweet_draft by explicitly scoping to direct messages.

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 provides usage prerequisites: requires recipientId, recipientUsername, or conversationId for existing threads. It also clarifies the workflow by noting the draft is NOT sent until approved and send_dm_draft is called, which helps an agent understand when to use this tool versus other DM draft operations.

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