Skip to main content
Glama

repair_index

Read-onlyIdempotent

Repair the local SQLite index by removing orphan embeddings, dropping the vector store, or rebuilding the FTS5 index. Runs in a transaction for safety.

Instructions

Apply a targeted repair to the local SQLite index. Modes: drop-orphans (delete embedding rows whose symbol_id no longer exists), drop-vec (drop the entire vector store — search falls back to BM25; embed_repo rebuilds), rebuild-fts (drop and reload symbols_fts from the symbols table). Each mode runs in a transaction so a partial failure leaves the DB unchanged. DESTRUCTIVE — verify_index first to find out which mode is needed. Returns JSON: { mode, ok, detail, affected }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesRepair mode: drop-orphans, drop-vec (forces a re-embed), or rebuild-fts (refreshes the FTS5 inverted index from symbols).
Behavior1/5

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

Description contradicts annotations: annotations set readOnlyHint=true and destructiveHint=false, but description states 'DESTRUCTIVE' and describes mutations (drop orphans, drop vector store, rebuild FTS). This is a clear annotation contradiction, scoring 1 per instructions.

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?

Concise and front-loaded. Three sentences pack all essential info: purpose, modes, transactional guarantee, prerequisite recommendation, return format. No unnecessary words.

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

Completeness5/5

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

Despite no output schema, the description fully covers the tool's behavior: modes, transactional safety, destructive nature, and return structure (JSON with mode, ok, detail, affected). Completely informs an agent how to invoke and interpret results.

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

Parameters5/5

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

The single 'mode' parameter has 100% schema coverage with enums. The description adds high value by explaining each mode's purpose and consequences (e.g., drop-vec forces re-embed, rebuild-fts refreshes FTS5). This goes well beyond the schema's minimal descriptions.

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?

Description clearly states 'Apply a targeted repair to the local SQLite index' with three specific modes (drop-orphans, drop-vec, rebuild-fts). It distinguishes from siblings like verify_index and embed_repo by recommending verify_index first and explaining each mode's effect.

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

Usage Guidelines5/5

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

Explicitly tells when to use each mode and advises 'verify_index first to find out which mode is needed'. Also warns 'DESTRUCTIVE' and notes transaction safety, providing clear context for usage.

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/nikolai-vysotskyi/trace-mcp'

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