Skip to main content
Glama
RBG-WebDesign

MCPBridge Server

project_index_rebuild

Rebuild the project intelligence index by scanning assets, Blueprints, materials, widgets, level actors, and design memory. Refresh the index for up-to-date project data.

Instructions

Rebuild the lightweight project intelligence index under Saved/MCP/index. Scans assets, Blueprints, materials, widgets, level actors, and design memory using existing read-only bridge handlers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoGeneral per-category detail cap for Blueprint/material scans.
categoriesNoOptional category or categories to rebuild. Defaults to all categories.
actor_limitNoMax level actors to include in the level index.
path_prefixNoContent path prefix to scan, default /Game/.
material_detail_limitNoMax material assets to inspect in detail.
blueprint_detail_limitNoMax Blueprint assets to inspect in detail.
Behavior3/5

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

The description states that it 'uses existing read-only bridge handlers,' indicating no mutation of source assets, and it writes to Saved/MCP/index. However, it does not disclose whether the rebuild is destructive to the existing index, whether it is incremental, or any performance/cost implications. With no annotations, the description carries the full burden but provides only moderate depth.

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, front-loaded with the verb, no wasted words. Every phrase adds value: target location, scan scope, and safety mechanism (read-only handlers).

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 provides the purpose, location, scan scope, and safety mechanism for a tool with six optional, well-documented parameters and no output schema. It lacks details like return values or whether the operation is synchronous, but the core context is sufficient. Given no annotations, this is reasonably complete.

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?

The input schema has 100% parameter coverage with descriptions, so the baseline is 3. The description does not add parameter-level details beyond what the schema already provides; it merely lists the categories scanned, which maps to the 'categories' parameter but without specific parameter semantics.

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 action (rebuild), the specific object (project intelligence index), and its location (Saved/MCP/index). It also enumerates the scan scope (assets, Blueprints, etc.), which distinguishes it from siblings like project_index_query and project_semantic_diff.

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

Usage Guidelines3/5

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

No explicit when-to-use guidance or alternatives are provided. The verb 'Rebuild' implies it is used to refresh the index after changes, but the description does not mention when to use it vs querying or diffing the index. Usage is implied rather than directed.

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/RBG-WebDesign/MCPBridge-Server'

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