Skip to main content
Glama

Emlog MCP Server

like_article

Submit an article like on an Emlog blog by providing the article ID, liker's name, and avatar URL. Enables interaction with Emlog systems for content engagement.

Instructions

Like an article

Input Schema

NameRequiredDescriptionDefault
avatarNoAvatar URL of the person liking
gidYesThe ID of the article to like
nameNoName of the person liking

Input Schema (JSON Schema)

{ "properties": { "avatar": { "description": "Avatar URL of the person liking", "type": "string" }, "gid": { "description": "The ID of the article to like", "type": "number" }, "name": { "description": "Name of the person liking", "type": "string" } }, "required": [ "gid" ], "type": "object" }
Install Server

Other Tools from Emlog 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/eraincc/emlog-mcp'

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