data-processor
Process and analyze financial messages to extract actionable insights using a structured data processor within the Financial News and Notes MCP Server.
Instructions
DataProcessor tool description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Message to process |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to process",
"type": "string"
}
},
"type": "object"
}