Skip to main content
Glama
Cituna

Cituna MCP Server

Official
by Cituna

queue_article

Queue a keyword for automatic article generation, adding optional volume, position, and competition data to prioritize the draft on the next AutoSEO run. Duplicates are flagged instead of re-queued.

Instructions

Queue an article for a keyword so AutoSEO drafts it on the next run. Pass the keyword exactly as it appears in list_keywords, plus its numbers when you have them (they are kept as provenance and used to prioritise the queue). Queueing a keyword that already has a topic or article returns a duplicate notice rather than a second copy. WRITE ACTION — requires a Pro plan or higher; on Starter/trial the MCP is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesBare domain the keyword belongs to, e.g. 'acme.com'.
volumeNoOptional monthly search volume, for queue priority.
keywordYesThe keyword to write about, exactly as listed by list_keywords.
positionNoOptional current Google position, if the site ranks at all.
competitionNoOptional competition, 0-1.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly flags 'WRITE ACTION' and the plan-tier requirement, which is critical for an agent to know before invoking. It also discloses the duplicate-notice return behavior. It doesn't describe side effects on existing queue entries or confirm what a successful call returns, but the disclosed mutation nature and plan gating are strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences, each earning its place: purpose/effect, input format, duplicate behavior, and access restriction. Slightly dense but front-loaded with the core action first. No fluff or repeated schema content, though the paragraph is a bit long without breaks.

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?

The tool has 5 params, is a mutating write action with no output schema, and zero annotations. The description covers the write nature, plan gating, duplicate handling, input formatting, and a cross-reference to list_keywords. The main gap is not describing what a successful response looks like, but given no output schema exists, the description compensates reasonably well.

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%, so the baseline is 3. The description adds meaningful context beyond the schema: it explains that keyword must match list_keywords exactly, that numbers serve dual roles (provenance and prioritisation), and that volume/position/competition are optional priority signals. This elevates the score above baseline.

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 the verb 'Queue' and resource 'an article for a keyword', and explains the downstream effect (AutoSEO drafts it on the next run). It distinguishes itself from siblings by being the only queue-writing tool, and even references list_keywords for correct keyword entry. This is specific and unambiguous.

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 explicitly instructs how to format input ('Pass the keyword exactly as it appears in list_keywords'), explains when to include extra numbers ('when you have them... to prioritise the queue'), and describes the duplicate-notice behavior when a topic/article already exists. It also states planning restrictions (Pro+ vs Starter/trial read-only). This is comprehensive guidance.

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/Cituna/cituna-mcp'

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