Skip to main content
Glama

delimit_content_queue

View, seed, or add items to the content queue. Use status to check, seed to populate defaults, or add to append new tweets and videos.

Instructions

Manage the tweet and video content queues.

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?

The description discloses behavioral traits such as side effects for each action (seed populates, add appends, status read-only) and states that the tool mutates the queue. While no annotations exist, the description covers key behaviors, though could mention potential limits or additional side effects.

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 very concise, using short bullet points under clear headings. Every sentence adds value without redundancy, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown but indicated), the description does not need to cover return values. It fully covers purpose, usage, side effects, and sibling contrasts, making it a complete and self-contained description for an agent.

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?

The input schema covers both parameters with 100% coverage, but the description adds valuable behavioral context by mapping each action value to its side effect. This enhances understanding beyond the schema's raw 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 explicitly states the tool manages tweet and video content queues, and distinguishes it from siblings by noting that delimit_content_publish drains and delimit_content_schedule reads, while this tool mutates. The verb 'manage' plus specific actions (view, seed, add) make the purpose very clear.

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?

The description provides explicit when-to-use (view, seed, add) and when-not-to-use (publish or read schedule) guidance, including specific sibling tool names for alternatives. This leaves no ambiguity about context.

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