← Back to registry

TOOL · market_research

Performs fundamental and technical market research on a given stock ticker, downloading quantitative metrics, technical indicators, and latest news, then saves the analysis to the consulting database.

Canonical Definition

{
  "description": "Performs fundamental and technical market research on a given stock ticker, downloading quantitative metrics, technical indicators, and latest news, then saves the analysis to the consulting database.",
  "name": "market_research",
  "parameters": {
    "properties": {
      "ticker": {
        "description": "The stock ticker symbol to research (e.g., AAPL, NVDA, TSLA).",
        "type": "string"
      }
    },
    "required": [
      "ticker"
    ],
    "type": "object"
  }
}