Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

get_article

Retrieve specific articles by ID from Emlog blogs, enabling access to protected content with a password. Facilitates targeted content management and resource access.

Instructions

Get a specific article by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the article to retrieve
passwordNoPassword for protected articles

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the article to retrieve", "type": "number" }, "password": { "description": "Password for protected articles", "type": "string" } }, "required": [ "id" ], "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