Skip to main content
Glama

Joomla MCP Server

manage_article_state

Change the publication status of Joomla articles by updating their state to published, unpublished, archived, or trashed using article ID and target state parameters.

Instructions

Manage the state of an existing article on the Joomla website (published, unpublished, archived, trashed)

Input Schema

NameRequiredDescriptionDefault
article_idYes
target_stateYes

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "integer" }, "target_state": { "title": "Target State", "type": "integer" } }, "required": [ "article_id", "target_state" ], "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