Skip to main content
Glama

Joomla MCP Server

update_article

Modify existing Joomla articles by updating content, titles, metadata, and text formatting to keep website information current and accurate.

Instructions

Update an existing article on the Joomla website.

Input Schema

NameRequiredDescriptionDefault
article_idYes
convert_plain_textNo
fulltextNo
introtextNo
metadescNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "integer" }, "convert_plain_text": { "default": true, "title": "Convert Plain Text", "type": "boolean" }, "fulltext": { "default": null, "title": "Fulltext", "type": "string" }, "introtext": { "default": null, "title": "Introtext", "type": "string" }, "metadesc": { "default": null, "title": "Metadesc", "type": "string" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "article_id" ], "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