Skip to main content
Glama

lafe-blog MCP Server

by La-fe

post_blog

Publish blog articles to a CMS with structured validation for title, description, content, and slug fields to ensure proper formatting and data integrity.

Instructions

Post a blog article to the CMS API using Zod validation

Input Schema

NameRequiredDescriptionDefault
author_avatar_urlNoAuthor avatar URL
author_nameNoAuthor name
contentYesContent of the blog post
cover_urlNoCover image URL
descriptionYesDescription of the blog post
localeNoLanguage locale
slugYesURL slug for the blog post
statusNoStatus of the blog post (draft), only draft is supported
titleYesTitle of the blog post

Input Schema (JSON Schema)

{ "properties": { "author_avatar_url": { "description": "Author avatar URL", "type": "string" }, "author_name": { "description": "Author name", "type": "string" }, "content": { "description": "Content of the blog post", "type": "string" }, "cover_url": { "description": "Cover image URL", "type": "string" }, "description": { "description": "Description of the blog post", "type": "string" }, "locale": { "description": "Language locale", "type": "string" }, "slug": { "description": "URL slug for the blog post", "type": "string" }, "status": { "description": "Status of the blog post (draft), only draft is supported", "enum": [ "draft" ], "type": "string" }, "title": { "description": "Title of the blog post", "type": "string" } }, "required": [ "title", "description", "content", "slug" ], "type": "object" }

Other Tools from lafe-blog 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/La-fe/seo-mcp'

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