Skip to main content
Glama

N Lobby MCP Server

by minagishl
MIT License
6
3
  • Apple

get_news_detail

Retrieve detailed information about a specific news article by providing its ID. Optionally mark the article as read while accessing it.

Instructions

Retrieve detailed information for a specific news article

Input Schema

NameRequiredDescriptionDefault
markAsReadNoMark the news article as read (optional, default: false)
newsIdYesThe ID of the news article to retrieve

Input Schema (JSON Schema)

{ "properties": { "markAsRead": { "default": false, "description": "Mark the news article as read (optional, default: false)", "type": "boolean" }, "newsId": { "description": "The ID of the news article to retrieve", "type": "string" } }, "required": [ "newsId" ], "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/minagishl/nlobby-mcp'

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