Skip to main content
Glama

Trade Surveillance Support MCP Server

by vic3custodio

search_java_code

Search Java classes using metadata keywords from javadoc annotations to locate trade surveillance components like report generators and trade processors.

Instructions

Search for Java classes using metadata keywords instead of file paths. This tool searches through indexed Java files by their javadoc metadata annotations. Java classes should include metadata in javadoc comments like: /** * @keywords trade, settlement, report_generator * @type report_engine * @description Generates daily settlement reports */ Args: search_keywords: Keywords to search for (e.g., "report generator", "trade processor") code_directory: Path to the directory containing Java source files (used for initial scan) Returns: A dictionary containing matching Java files with their metadata and methods

Input Schema

NameRequiredDescriptionDefault
search_keywordsYes
code_directoryNo./src

Input Schema (JSON Schema)

{ "properties": { "code_directory": { "default": "./src", "title": "Code Directory", "type": "string" }, "search_keywords": { "title": "Search Keywords", "type": "string" } }, "required": [ "search_keywords" ], "type": "object" }

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

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