Skip to main content
Glama

wordpress_bulk_create_posts

wordpress_bulk_create_posts

Create multiple WordPress posts in a single operation to enable batch content generation without repetitive manual work.

Instructions

Create multiple posts in one operation - efficient for batch content generation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postsYes
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It only restates the core function without any details on permissions, failure modes, return values, or how the posts array should be structured. For a mutation tool, this is a significant transparency gap.

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?

The description is a single, front-loaded sentence that is appropriately brief. However, it sacrifices needed detail for brevity, so while concise, it is not optimally informative.

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

Completeness2/5

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

Given no output schema and no annotations, the description should at least explain what the 'posts' array should contain and what happens on success/failure. It lacks this essential context, making it incomplete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has only one parameter 'posts' (type array) with 0% description coverage, and the description adds no information about the parameter's structure or required fields. The description does not compensate for the bare schema, leaving the array format entirely unknown.

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's function: 'Create multiple posts in one operation' with a specific verb and resource, distinguishing it from single-post creation (wordpress_create_post) and bulk update/delete tools. The phrase 'batch content generation' reinforces the scope.

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 scenarios ('create multiple posts in one operation') and positions it as an alternative to single post creation, providing clear context. However, it does not explicitly state when not to use it or name alternatives, so it falls short of a 5.

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/tonypepperwidow123-blip/mcp'

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