Skip to main content
Glama

Get Sitecore item detail

get_item_detail

Retrieve a single Sitecore item's full details: ID, name, path, template, display name, field names and values, and child count. Provide the item GUID, optionally specify version and language.

Instructions

Fetch a single Sitecore / XM Cloud item's full details: id, name, path, template name, display name, all field names/values, and children count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesThe GUID of the Sitecore item to fetch.
versionNoSpecific item version. Omit for the latest version.
languageNoLanguage/locale code, e.g. 'en' or 'en-US'. Defaults to 'en'.en
Behavior4/5

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

No annotations are provided, so the description must disclose behavior. It lists the return fields (id, name, path, template name, display name, field names/values, children count), giving a clear expectation of what the tool returns. It does not mention error behavior or permissions, but for a fetch operation this is likely sufficient.

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?

The description is a single sentence that front-loads the action and resource, followed by a colon and list of returned details. 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?

The tool is simple: one required parameter (itemId), with optional version and language documented in the schema. The description explains the return values thoroughly, and the sibling tool list_items covers the list scenario. The absence of an output schema is compensated by the detailed field list. Complete enough.

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?

All three parameters have descriptions in the schema (100% coverage), so baseline is 3. The description does not add additional parameter semantics beyond what the schema already provides.

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 uses a specific verb 'Fetch' and clearly identifies the resource as a single Sitecore item, listing the fields returned. This distinguishes it from the sibling tool list_items, which likely retrieves multiple items.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool over list_items. However, the phrase 'single item' implies this is for fetching one item's details, while list_items presumably retrieves multiple. No exclusion or alternative is mentioned, so guidance is only implied.

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/KoushikMukherjeeDA/SitecoreAIMCP'

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