Skip to main content
Glama

delimit_social_approve

List pending social media drafts, approve them for posting, or reject to discard. Manage content review workflow.

Instructions

Manage social media drafts: list, approve, or reject (Pro).

Use with delimit_social_post(draft=True) to queue content for review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo'list' to show pending drafts, 'approve' to post a draft, 'reject' to discard a draft.list
draft_idNoRequired for approve/reject actions. The draft ID from save_draft().

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description lacks details on the effects of actions (e.g., approve posts to social media, reject discards draft) and does not disclose that actions are irreversible or require certain permissions. With no annotations, this is a significant gap.

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 extremely concise at two sentences, with the first sentence covering the core purpose and the second providing a practical usage hint. No wasted words.

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?

Given the tool's simplicity and the presence of an output schema, the description is moderately complete. However, it omits details on the consequences of actions and authentication requirements, leaving room for agent confusion.

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% with descriptions for both parameters. The description adds context about the workflow (queueing drafts) but does not significantly enhance understanding beyond the schema's own descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as managing social media drafts with three specific actions (list, approve, reject) and identifies it as a Pro feature. However, it does not explicitly differentiate from sibling tools like delimit_social_post, though the action set is distinct.

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?

The description provides a usage hint by recommending pairing with delimit_social_post(draft=True) to queue content for review. However, it lacks guidance on when not to use this tool (e.g., bypassing approval for immediate posting) or alternatives.

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/delimit-ai/delimit-mcp-server'

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