Headline Vibes Analysis MCP Server

analyze_headlines

Analyze sentiment of major news headlines for a given date

Input Schema

NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date in YYYY-MM-DD format", "type": "string" } }, "required": [ "date" ], "type": "object" }

You must be authenticated.

Other Tools