Skip to main content
Glama

item-service-create-item

Create new Sitecore content items by specifying parent path, item name, and template ID to manage content structure within the CMS.

Instructions

Create a new Sitecore item under parent path with name using template id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentPathYes
itemNameYes
templateIdYes
dataNo
optionsNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states 'Create' which implies a write/mutation operation, but fails to mention critical details like required permissions, whether the operation is idempotent, error handling, or what happens on success (e.g., returns an item ID). This leaves significant gaps in understanding the tool's behavior.

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, efficient sentence that front-loads the core action without unnecessary words. However, it could be slightly improved by structuring to highlight required vs. optional parameters, but overall it's appropriately concise for the tool's complexity.

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 the tool's complexity (5 parameters, no annotations, no output schema), the description is incomplete. It lacks details on parameter usage, behavioral traits, error conditions, and return values, making it inadequate for an agent to reliably invoke this mutation tool without additional context.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for all 5 parameters. It mentions 'parentPath', 'itemName', and 'templateId' but omits 'data' and 'options', leaving half the parameters undocumented. The description adds minimal semantics beyond naming some parameters, failing to explain their purpose or format.

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

Purpose4/5

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

The description clearly states the action ('Create'), resource ('new Sitecore item'), and key parameters ('under parent path with name using template id'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'item-service-edit-item' or 'common-new-item-clone-by-id', which prevents a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives, such as when to choose 'item-service-edit-item' for updates or 'common-new-item-clone-by-id' for cloning. It lacks context about prerequisites, dependencies, or scenarios where this tool is appropriate, leaving usage unclear.

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

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