Skip to main content
Glama

get_transaction_history

Retrieve recent package transaction history from pacman logs on Arch Linux systems. View installed, upgraded, and removed packages with optional filtering by transaction type.

Instructions

Get recent package transactions from pacman log. Shows installed, upgraded, and removed packages. Only works on Arch Linux.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of transactions to return (default 50)
transaction_typeNoFilter by type: install/remove/upgrade/all (default all)all

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of transactions to return (default 50)", "type": "integer" }, "transaction_type": { "default": "all", "description": "Filter by type: install/remove/upgrade/all (default all)", "enum": [ "all", "install", "remove", "upgrade" ], "type": "string" } }, "required": [], "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/nihalxkumar/arch-mcp'

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