Skip to main content
Glama

verify_package_integrity

Check installed package files for modifications, corruption, or missing components to ensure system integrity on Arch Linux systems.

Instructions

Verify the integrity of installed package files. Detects modified, missing, or corrupted files. Only works on Arch Linux.

Input Schema

NameRequiredDescriptionDefault
package_nameYesName of the package to verify
thoroughNoPerform thorough check including file attributes. Default: false

Input Schema (JSON Schema)

{ "properties": { "package_name": { "description": "Name of the package to verify", "type": "string" }, "thorough": { "default": false, "description": "Perform thorough check including file attributes. Default: false", "type": "boolean" } }, "required": [ "package_name" ], "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