Skip to main content
Glama

Joomla MCP Server

create_article

Create new articles for your Joomla website by providing content, title, category, and publication settings to publish content directly to your site.

Instructions

Create a new article on the Joomla website.

Input Schema

NameRequiredDescriptionDefault
article_textYes
category_idNo
convert_plain_textNo
publishedNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "article_text": { "title": "Article Text", "type": "string" }, "category_id": { "default": null, "title": "Category Id", "type": "integer" }, "convert_plain_text": { "default": true, "title": "Convert Plain Text", "type": "boolean" }, "published": { "default": true, "title": "Published", "type": "boolean" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "article_text" ], "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/nasoma/joomla-mcp-server'

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