Skip to main content
Glama

Trade Surveillance Support MCP Server

by vic3custodio

generate_response_summary

Compile gathered trade surveillance data into a clear, actionable response summary for user inquiries.

Instructions

Generate a summary response for the user inquiry with all relevant information. This tool combines all the gathered information into a clear, actionable response that can be sent back to the user. Args: parsed_email: The parsed email inquiry data config_files: List of config files that were used report_path: Path to the generated report file Returns: A formatted summary string ready to send to the user

Input Schema

NameRequiredDescriptionDefault
parsed_emailYes
config_filesYes
report_pathYes

Input Schema (JSON Schema)

{ "properties": { "config_files": { "items": { "type": "string" }, "title": "Config Files", "type": "array" }, "parsed_email": { "additionalProperties": true, "title": "Parsed Email", "type": "object" }, "report_path": { "title": "Report Path", "type": "string" } }, "required": [ "parsed_email", "config_files", "report_path" ], "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