Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

search_articles

Search blog articles by keyword, tag, or category using filters for page, count, and sorting by views or comments. Integrates with Emlog for efficient content discovery.

Instructions

Search articles by keyword, tag, or category

Input Schema

NameRequiredDescriptionDefault
countNoNumber of articles per page
keywordNoSearch keyword for article titles
orderNoSort order: views (by view count) or comnum (by comment count)
pageNoPage number (default: 1)
sort_idNoFilter by category ID
tagNoFilter by tag

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of articles per page", "type": "number" }, "keyword": { "description": "Search keyword for article titles", "type": "string" }, "order": { "description": "Sort order: views (by view count) or comnum (by comment count)", "enum": [ "views", "comnum" ], "type": "string" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "sort_id": { "description": "Filter by category ID", "type": "number" }, "tag": { "description": "Filter by tag", "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/eraincc/emlog-mcp'

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