Skip to main content
Glama

delimit_content_queue

Manage the content queue: view status, seed with defaults, or add custom tweets and videos for scheduled publishing.

Instructions

Manage the tweet and video content queues (Pro).

When to use: to view, seed, or add to the autonomous content queues that delimit_content_publish drains. When NOT to use: to publish (use delimit_content_publish) or read upcoming schedule (delimit_content_schedule).

Sibling contrast: delimit_content_publish drains; delimit_content_schedule reads; this mutates the queue.

Side effects: action="seed" populates queue with defaults; action="add" appends items. action="status" is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"status" (default), "seed", or "add".status
itemsNoFor "add" — newline-separated tweet texts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses side effects for each action: seed populates defaults, add appends, status is read-only. However, it does not clarify if seed overwrites or merges existing queue items.

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 brief and well-structured with clear sections (purpose, when to use, when not, sibling contrast, side effects). Every sentence earns its place with no redundancy.

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?

Covers purpose, usage, side effects, and sibling relationships. Minor gap: does not explain behavior of repeated 'seed' (overwrite vs merge). Output schema is present, so return values are not required in description.

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 coverage is 100%, baseline 3. Description adds value by explaining the behavioral effects of each action value (seed, add, status) beyond the schema descriptions. Items parameter is not further explained beyond schema.

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 'Manage the tweet and video content queues (Pro)' and explains it is for viewing, seeding, or adding to content queues. It distinguishes from siblings by noting that publish drains and schedule reads, while this mutates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states 'When to use' and 'When NOT to use', with specific alternatives (delimit_content_publish, delimit_content_schedule). No ambiguity.

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