get_weekly_reports
Generate weekly market analysis reports for the Spanish stock exchange, including market overviews, sector analysis, and governance highlights.
Instructions
Get generated weekly reports and analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of reports | |
reportType | No | Type of report to filter by |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of reports",
"type": "number"
},
"reportType": {
"description": "Type of report to filter by",
"enum": [
"market_overview",
"sector_analysis",
"governance_highlights",
"full_report"
],
"type": "string"
}
},
"type": "object"
}