Skip to main content
Glama

ibex35-mcp

analyze_natural_query

Process natural language queries about companies, financials, governance, or markets to analyze relationships in the Spanish stock exchange.

Instructions

Process and execute complex natural language queries about companies, financials, governance, or markets

Input Schema

NameRequiredDescriptionDefault
contextNoOptional context or previous query results to build upon
queryYesNatural language query (e.g., "Which banking stocks have grown most in the last month?", "Show me companies with high governance risk", "Compare energy sector performance")

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional context or previous query results to build upon", "type": "string" }, "query": { "description": "Natural language query (e.g., \"Which banking stocks have grown most in the last month?\", \"Show me companies with high governance risk\", \"Compare energy sector performance\")", "type": "string" } }, "required": [ "query" ], "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