Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"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"
}
},
"kind": "tool",
"summary": {
"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.",
"id": "market_research",
"kind": "tool",
"path": "Tools/apps/latinos/market_research.json",
"title": "market_research"
},
"validation_issues": [
"Tool 'type' should be 'function'"
]
}