Nefino MCP Server

Official

GetNewsResults

Get the results of a previously started news retrieval task

Input Schema

NameRequiredDescriptionDefault
task_idYesThe task ID returned by StartNewsRetrieval

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The task ID returned by StartNewsRetrieval", "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "title": "get_news_resultsArguments", "type": "object" }

You must be authenticated.

Other Tools