file-handler
Process and manage financial news, stock data, and text notes efficiently with a TypeScript-based MCP server tool designed for streamlined data handling.
Instructions
FileHandler 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"
}