Skip to main content
Glama

Delimit Content Publish

delimit_content_publish

Need to publish queued content on demand? Trigger the next tweet or YouTube video upload, or stage a report's distribution artifacts without posting to live channels.

Instructions

Manually trigger a content publish (tweet, YouTube video, or report) (Pro).

When to use: to fire off the next queued tweet or video on demand, or to STAGE distribution of the next mature report across owned broadcast surfaces (README / GitHub Release note / minimal X mirror). When NOT to use: to inspect the queue (use delimit_content_schedule) or modify it (delimit_content_queue).

Sibling contrast: delimit_content_schedule reads; delimit_content_queue mutates queue; this performs a single publish step.

Side effects: for tweet, posts the next queued tweet; for youtube, generates and uploads. For "report" (LED-3729) it is COMPOSE + STAGE ONLY — it writes composed distribution artifacts to a local staging queue and posts NOTHING to X and creates NO live GitHub Release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_typeNo"tweet" (default) to post next queued tweet, "youtube" to generate + upload the next video, or "report" to STAGE (compose, not post) distribution for the next report.tweet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv4.13.2
    • changedInput schema / properties / content_type / description
      Previous value: -"\"tweet\" (default) to post next queued tweet, or \"youtube\" to generate + upload the next video."New value: +"\"tweet\" (default) to post next queued tweet, \"youtube\" to generate + upload the next video, or \"report\" to STAGE (compose, not post) distribution for the next report."
  2. Changed1 schema field changedv4.7.9
    • changedInput schema / properties / content_type / description
      Previous value: -"'tweet' to post next queued tweet, 'youtube' to generate+upload next video."New value: +"\"tweet\" (default) to post next queued tweet, or \"youtube\" to generate + upload the next video."
  3. Addedv4.5.5

TDQS

A4.9/5.0
Behavior5/5

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

The description clearly discloses side effects for each content type, including the non-obvious report behavior: COMPOSE + STAGE ONLY, posts nothing to X, and creates no live GitHub Release. This goes far beyond the minimal readOnlyHint/destructiveHint annotations and prevents the agent from assuming all three types actually publish externally.

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?

Structured with clear labeled sections (When to use, When NOT to use, Sibling contrast, Side effects), each sentence adds information. The core action is stated upfront, and the detail is proportionate to the tool's branching behavior.

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?

For a tool with three content types that behave very differently, the description covers when, when not, sibling alternatives, side effects, and the critical report staging caveat. An agent has enough context to invoke it correctly and interpret the outcome.

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 already fully documents the single content_type parameter at 100% coverage, so the baseline is 3. The description adds value by mapping each allowed value to its concrete behavior (post, generate+upload, or stage-only), which is meaningful beyond the schema text.

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 uses a specific verb ('trigger', 'publish') and names the exact resources: tweet, YouTube video, or report. It also distinguishes itself from the sibling tools delimit_content_schedule and delimit_content_queue by stating this performs a single publish step.

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?

Explicit 'When to use' and 'When NOT to use' sections name the exact conditions and the alternative tools to use instead. The sibling contrast further clarifies the division of labor: schedule reads, queue mutates, this publishes.

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