Skip to main content
Glama

ibex35-mcp

get_news_by_sentiment

Filter news articles by sentiment to analyze market trends and relationships in the Spanish stock exchange.

Instructions

Get news articles filtered by sentiment

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of articles
sentimentYesNews sentiment

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of articles", "type": "number" }, "sentiment": { "description": "News sentiment", "enum": [ "positive", "negative", "neutral" ], "type": "string" } }, "required": [ "sentiment" ], "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