Skip to main content
Glama

create_entry

Create a content entry in Strapi by providing the content type ID and a JSON string with field values. Use the content type schema to identify required fields.

Instructions

Create a new content entry in the specified Strapi content type. Accepts a JSON string with field values that match the content type schema. Use get_content_type_schema first to understand which fields are required and their expected types before calling this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON string with the entry data. Must contain the fields defined in the content type schema. Example: '{"title": "My Article", "content": "Hello world", "slug": "my-article"}'
localeNoLocale for the entry if i18n is enabled (e.g., 'en', 'fr')
statusNoInitial publication status: 'draft' or 'published' (v5 only)
content_typeYesPlural API ID of the content type (e.g., 'articles', 'products')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). Description adds context about accepting JSON string and referencing schema, but no additional behavioral traits beyond annotations.

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 concise sentences, front-loaded with primary purpose, then necessary usage instruction. No wasted words.

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?

Covers key aspects: purpose, prerequisite, data format. With output schema present, no need to detail return values. Minor gap: does not mention that content_type must be plural API ID (though schema describes it).

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?

Schema description coverage is 100%, and schema already documents all parameters. Description only adds that data is a JSON string, which is already implied by the parameter description.

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 'Create a new content entry' with a specific verb and resource ('Strapi content type'). It distinguishes from sibling tools like update_entry, delete_entry, etc.

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?

Explicitly instructs to use get_content_type_schema first to understand required fields and types. Provides clear context for when to use the tool, though does not list alternatives.

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/alex2zimmermann-ux/strapi-mcp'

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