my-tool
Process and analyze messages to extract financial insights or summarize content using a TypeScript-based MCP server designed for financial news and notes management.
Instructions
MyTool 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"
}