Skip to main content
Glama

presentation-get-rendering-parameter-by-id

Retrieve specific rendering parameters for a Sitecore item by providing its ID and rendering unique identifier. Use this tool to access layout configuration data stored in Sitecore content items.

Instructions

Gets rendering parameter for the item specified by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesThe ID of the item holding the rendering.
renderingUniqueIdYesThe unique ID of the rendering holding the rendering parameter.
databaseNoThe context database.master
nameNoThe name of the rendering parameter to get.
finalLayoutNoSpecifies layout holding the rendering parameter. If 'true', the final layout is used, otherwise - shared layout.
languageNoThe item language varsion.
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 implies a read-only operation ('Gets'), but does not specify permissions, rate limits, error handling, or the format of the returned data. For a tool with 6 parameters and no output schema, this leaves significant gaps in understanding its behavior.

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, clear sentence that directly states the tool's purpose without unnecessary words. It is front-loaded and efficiently conveys the core functionality, making it easy to understand at a glance.

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 complexity of 6 parameters, no annotations, and no output schema, the description is insufficient. It lacks details on behavioral traits, usage context, and what the tool returns, leaving the agent with incomplete information to effectively invoke the tool.

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%, meaning all parameters are documented in the schema. The description does not add any additional meaning or context beyond the schema, such as explaining relationships between parameters or providing examples. This meets the baseline for high schema coverage.

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 the tool 'Gets rendering parameter for the item specified by ID,' which clearly indicates a read operation (get) on a specific resource (rendering parameter). However, it does not differentiate from its sibling 'presentation-get-rendering-parameter-by-path,' which performs the same function but uses a path instead of an ID, leaving the distinction unclear.

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?

No guidance is provided on when to use this tool versus alternatives, such as the sibling tool 'presentation-get-rendering-parameter-by-path.' The description lacks context about prerequisites, dependencies, or specific scenarios for usage, offering only a basic functional statement.

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