Skip to main content
Glama

lafe-blog MCP Server

by La-fe

validate_blog

Validate blog post data against schema requirements to ensure proper formatting and completeness before publication.

Instructions

Validate blog data using Zod schema without posting

Input Schema

NameRequiredDescriptionDefault
author_avatar_urlNo
author_nameNo
contentYes
cover_urlNo
descriptionYes
localeNo
slugYes
statusNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "author_avatar_url": { "type": "string" }, "author_name": { "type": "string" }, "content": { "type": "string" }, "cover_url": { "type": "string" }, "description": { "type": "string" }, "locale": { "type": "string" }, "slug": { "type": "string" }, "status": { "type": "string" }, "title": { "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