Skip to main content
Glama
alexcloudstar

Marketing Assistant MCP

List draft posts

list_drafts

Retrieve locally stored drafts, with optional status filter, to manage and review content before it goes live on X.

Instructions

List locally stored drafts, optionally filtered by status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOnly return drafts with this status.
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It fails to clarify the default filter when status is omitted, the read-only nature, or why the status enum includes 'published' and 'publishing' for a tool named 'drafts'. This ambiguity leaves significant gaps.

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 a single, direct sentence that front-loads the action and resource. Every word contributes to meaning, with no redundancy or extraneous detail.

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?

For a simple list tool with one optional parameter, the description covers the basic purpose. However, it leaves unanswered questions about default filter behavior and the semantic mismatch between 'drafts' and statuses like 'published'. Without annotations or output schema, these gaps make the description only partially complete.

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 coverage is 100% as the status parameter includes a description. The description only restates that filtering by status is optional, adding no extra meaning beyond what the schema already provides. This matches the baseline score.

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?

Description clearly states the action ('List') and resource ('locally stored drafts'), with an optional filter. This distinguishes it from siblings like get_draft (single item) and create_draft (creation).

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?

Usage is implied by the name and description but not explicit. The description does not mention when to use this over get_draft or how it relates to other listing operations, so no clear alternatives or when-not-to-use guidance is provided.

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