Skip to main content
Glama

ibex35-mcp

analyze_trends

Analyze stock price trends, market performance, and sector movements over time to identify patterns and correlations in the Spanish stock exchange.

Instructions

Analyze trends in stock prices, market performance, or sector movements over time

Input Schema

NameRequiredDescriptionDefault
analysis_typeYesType of trend analysis to perform
include_forecastNoWhether to include simple trend forecast
periodNoNumber of days to analyze
targetYesCompany symbol, sector name, or "market" for overall analysis

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "description": "Type of trend analysis to perform", "enum": [ "company_trend", "sector_trend", "market_trend", "correlation_analysis" ], "type": "string" }, "include_forecast": { "default": false, "description": "Whether to include simple trend forecast", "type": "boolean" }, "period": { "default": 30, "description": "Number of days to analyze", "type": "number" }, "target": { "description": "Company symbol, sector name, or \"market\" for overall analysis", "type": "string" } }, "required": [ "analysis_type", "target" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anbrme/ibex35-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server