Skip to main content
Glama

Emlog MCP Server

like_article

Enable users to like specific articles on Emlog blogs by submitting the article ID, liker’s name, and avatar URL via the Emlog MCP Server interface.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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" }

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