Skip to main content
Glama

indexing-stop-search-index

Stop Sitecore search indexing processes to manage system resources or perform maintenance. Specify an index name to stop individually, or stop all running indexes at once.

Instructions

Stop one or more Sitecore search indexes. If no name is provided, all running indexes will be stopped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe name of the index to stop. If not provided, all running indexes will be stopped.
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the tool's behavior regarding parameter handling (optional name parameter with default behavior) but doesn't mention important aspects like whether stopping is reversible, if it requires admin permissions, what happens to in-progress operations, or any rate limits.

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 sentences with zero waste - the first states the core purpose, the second explains parameter behavior. Perfectly front-loaded with essential information first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive operation tool with no annotations and no output schema, the description is adequate but incomplete. It covers the basic functionality and parameter behavior but lacks critical information about side effects, permissions required, reversibility, and expected response format.

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

Parameters4/5

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

The description adds meaningful context about the parameter's effect ('If no name is provided, all running indexes will be stopped'), which complements the schema's 100% coverage. This clarifies the default behavior when the parameter is omitted, going beyond the schema's basic 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 the specific action ('Stop') and resource ('Sitecore search indexes'), with precise scope ('one or more'). It distinguishes from sibling tools like 'indexing-suspend-search-index' by specifying a stop action rather than suspension.

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?

The description provides clear context for when to use it (stopping indexes) and includes a conditional rule (if no name provided, stops all running indexes). However, it doesn't explicitly mention when NOT to use it or name alternatives like 'indexing-suspend-search-index' for temporary pauses.

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