Skip to main content
Glama
lindoai

mcp-lindoai

Official

Create Multiple Blog Posts (Batch)

batch_create_blogs

Batch create up to 25 blog posts on one website by submitting prompts in a single request. Get workflow IDs for each post to track progress.

Instructions

Start up to 25 blog-creation workflows on a single website in one request. Returns one workflow_id per item. Poll with batch_check_blog_status or check_blog_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
website_idYesWebsite the blog posts will be added to
itemsYesBetween 1 and 25 blog post creation requests
Behavior5/5

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

Annotations already indicate mutable (readOnlyHint=false), non-destructive (destructiveHint=false), and potential side effects (openWorldHint=true). The description adds critical behavioral details: starts workflows (async), returns workflow_ids, max 25, and polling mechanism, exceeding annotation coverage.

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?

Two sentences, front-loaded with action and constraints, every word earns its place. No redundancy or fluff.

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?

No output schema exists; description compensates by mentioning return of workflow_id per item and polling follow-up. Missing details on error handling, async behavior, or scheduling specifics, but adequate for a batch initiation tool.

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?

With 100% schema description coverage, baseline is 3. The description adds value by stating returns one workflow_id per item, which is not in schema, and implies the batch nature. This pushes it 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 tool starts up to 25 blog-creation workflows on a single website, returns a workflow_id per item, and directs to polling endpoints. It effectively distinguishes from siblings like create_blog (single) and batch_create_pages (different resource).

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

Usage Guidelines4/5

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

The description implies use for batch creation and suggests polling for status. It indirectly indicates alternative single creation via create_blog sibling, but lacks explicit 'use when multiple blogs are needed' or 'avoid for single blog'. Still clear enough.

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

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