Skip to main content
Glama

NewsDigest MCP

by SomeiLam

list_tools

Discover and filter all available MCP tools by category (typescript, lsp, or all) to streamline access and functionality within the NewsDigest MCP server.

Instructions

List all available MCP tools with descriptions and categories

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter tools by category (typescript, lsp, or all)all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "default": "all", "description": "Filter tools by category (typescript, lsp, or all)", "enum": [ "typescript", "lsp", "all" ], "type": "string" } }, "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/SomeiLam/news-mcp'

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