Skip to main content
Glama

Rebuild index

wiki_reindex
Idempotent

Refresh the wiki search index after external file changes. Use incremental mode for changed files only, or full mode to rebuild everything.

Instructions

Refresh the search index. 'incremental' (default) processes changed files only; 'full' rebuilds everything. Usually unnecessary because write tools update the index - needed after filesystem changes made outside this server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoDefault: incremental.
pathsNoRe-read only these paths (relative to the wiki root).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover idempotency and non-destructiveness; the description adds meaningful behavioral detail about how incremental mode processes only changed files and full mode rebuilds everything. It also notes that normal write paths already update the index, which helps the agent predict side effects.

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 dense sentences front-load the core action, then give mode semantics and guidance. Every sentence earns its place and no content is redundant with the schema or annotations.

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 description is sufficient for a no-required-parameter maintenance tool with annotations: it explains when to use, the two modes, and the default. It does not describe return values or performance characteristics, but no output schema exists and reindexing is a side-effect operation, so those are minor gaps.

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?

Schema coverage is 100%, so the schema already describes both parameters. The description enhances the mode parameter by explaining what each enum value actually does, though it adds no additional semantics for the paths parameter beyond what the schema provides.

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?

States the action verb 'Refresh' with a specific resource ('the search index') and clarifies two modes, incremental vs full. However, it does not explicitly distinguish itself from the closely named sibling wiki_update_index, so an agent must infer which tool handles which indexing task.

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?

Gives concrete usage context: usually unnecessary because write tools update the index, and needed only after filesystem changes outside the server. It does not name the alternative tools or state an explicit when-not-to-use rule, but the condition is clear enough for most routing decisions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/RickyKleinhempel/mcp-llm-wiki'

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