Skip to main content
Glama
GDM-Pixel

Stellaris MCP

by GDM-Pixel

reindex

Force an incremental rebuild of the codebase index, re-embedding only files that changed. Use to initialize the index or after switching embedding providers.

Instructions

Force incremental reindex of the project codebase. Only re-embeds files that have changed since last index. Use this to initialize the index for the first time. After first indexation, auto-index is enabled for subsequent startups via .stellarisrc. Use force=true after switching embedding providers (deletes the old index automatically).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject root path to index (auto-detected from cwd if not provided)
enable_auto_indexNoExplicitly enable or disable automatic incremental indexing on startup. Writes to .stellarisrc in the project root.
forceNoBypass embedding config mismatch guard. Required after switching EMBEDDING_PROVIDER — will delete and rebuild the entire index.
Behavior4/5

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

Describes incremental behavior, auto-index enablement, and force deletion. No annotations exist, so description covers key behaviors well, though missing rate limits or auth.

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?

Three sentences, front-loaded with main purpose, each sentence adds new information without redundancy or fluff.

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?

Covers use cases and parameter behavior but misses return value description and potential side effects like locking, given no output schema.

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 coverage is 100% with moderate descriptions. The tool description adds contextual usage (e.g., 'after switching EMBEDDING_PROVIDER') but mostly reiterates schema info.

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 'Force incremental reindex of the project codebase' with a specific verb and resource, and it distinguishes from sibling 'reindex_file' by focusing on the entire codebase.

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?

Provides explicit use cases: initial index, after switching providers with force. Lacks explicit 'when not to use' but implies normal updates are automatic.

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/GDM-Pixel/stellaris-code-search'

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