Skip to main content
Glama

geeknews-mcp-server

get_articles

Fetch articles from GeekNews by specifying type (top, new, ask, show) and limit (up to 30). Returns structured article lists for streamlined access.

Instructions

GeekNews에서 아티클을 가져오는 도구 Args: type: 아티클 유형 (top, new, ask, show) limit: 반환할 아티클 수 (최대 30) Returns: List[Dict[str, Any]]: 아티클 목록 Raises: ValueError: 유효하지 않은 아티클 유형이 지정된 경우

Input Schema

NameRequiredDescriptionDefault
limitNo
typeNotop

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "type": { "default": "top", "title": "Type", "type": "string" } }, "title": "get_articlesArguments", "type": "object" }

Other Tools from geeknews-mcp-server

Related Tools

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/the0807/GeekNews-MCP-Server'

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