Skip to main content
Glama

Joomla MCP Server

move_article_to_trash

Move Joomla articles to trash for temporary deletion while maintaining recovery options. Use this tool to remove articles without permanent deletion.

Instructions

Delete an article by moving to the trashed state on the Joomla website, allowing recovery.

Input Schema

NameRequiredDescriptionDefault
article_idYes
expected_titleNo

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "integer" }, "expected_title": { "default": null, "title": "Expected 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