Skip to main content
Glama

Trade Surveillance Support MCP Server

by vic3custodio

rebuild_metadata_index

Scan SQL configs and Java files to rebuild metadata index after adding new files or updating annotations. Ensures accurate search results for trade surveillance workflows.

Instructions

Rebuild the metadata index by scanning all SQL configs and Java files. Use this tool when you've added new files or updated metadata annotations. The index is automatically built on first search, but you can manually rebuild it with this tool. Args: config_directory: Path to the directory containing SQL config files code_directory: Path to the directory containing Java source files Returns: A summary of the indexing operation

Input Schema

NameRequiredDescriptionDefault
config_directoryNo./configs
code_directoryNo./src

Input Schema (JSON Schema)

{ "properties": { "code_directory": { "default": "./src", "title": "Code Directory", "type": "string" }, "config_directory": { "default": "./configs", "title": "Config Directory", "type": "string" } }, "type": "object" }

Other Tools from Trade Surveillance Support MCP Server

Related Tools

    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/vic3custodio/mcp_test_2'

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