Skip to main content
Glama

contentrain_bulk

Batch update, copy, or delete content entries across models and locales. Operations auto-commit to git for version control.

Instructions

Batch operations on content entries. All operations are auto-committed to git.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel ID
slugsNoDocument slugs for update_status (document models) — a document is addressed by slug, the same identity contentrain_content_save uses, not by entry ID
localeNoScope update_status to a single locale (i18n models only; defaults to every supported locale)
statusNoNew status for update_status
confirmNoMust be true for delete_entries
entry_idsNoEntry IDs for update_status (collection models) or delete_entries
operationYes
source_localeNoSource locale for copy_locale operation
target_localeNoTarget locale for copy_locale operation

Schema Changelog

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

  1. Changed1 schema field changedv1.0.33
    • addedInput schema / properties / slugs
      Added value: +{
      +  "description": "Document slugs for update_status (document models) — a document is addressed by slug, the same identity contentrain_content_save uses, not by entry ID",
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
  2. Changed2 schema fields changedv1.0.25
    • changedInput schema / properties / entry_ids / description
      Previous value: -"Entry IDs for update_status or delete_entries"New value: +"Entry IDs for update_status (collection models) or delete_entries"
    • addedInput schema / properties / locale
      Added value: +{
      +  "description": "Scope update_status to a single locale (i18n models only; defaults to every supported locale)",
      +  "type": "string"
      +}
  3. First observedv0.1.0

TDQS

C2.8/5.0
Behavior3/5

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

The description usefully discloses that all operations are auto-committed to git, which is a non-obvious side effect not present in the annotations. However, it does not flag that the tool includes a destructive operation (delete_entries) or that entry deletion requires explicit confirmation, leaving important behavioral disclosure to the schema.

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?

Two short sentences contain no filler, and the valuable auto-commit behavior is placed prominently after the purpose statement. Some operational specificity is sacrificed for brevity, but the description is well-structured for its size.

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?

The tool has 9 parameters, 3 operation modes selected by an enum, no output schema, and operation-dependent required fields, yet the description is only 17 words. It does not introduce the operation types, entry_ids vs slugs distinction, locale scoping, or the confirmation requirement, so it is insufficient for reliable invocation.

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

Parameters3/5

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

With 89% schema description coverage, the schema already explains most parameters. The description itself adds no parameter-level meaning, so the baseline of 3 is appropriate; it neither compensates nor detracts.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a broad capability—'Batch operations on content entries'—and adds the git auto-commit trait, so it is not a tautology. However, it does not name the three actual operations (copy_locale, update_status, delete_entries) or explain how this differs from the single-entry contentrain_content_save/contentrain_content_delete siblings. An agent still needs to open the schema to understand what the tool actually does.

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

Usage Guidelines2/5

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

There is no guidance on when to use bulk operations versus single-entry alternatives, and no mention that delete_entries requires confirm=true or that update_status/copy_locale have distinct eligibility rules. The only routing signal is the word 'batch,' which is implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Contentrain/ai'

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