Skip to main content
Glama

Install Module Pack

install_module_pack
Destructive

Install, repair, update, or uninstall an AirMCP add-on package after user confirmation. Use dry run to preview npm command without writing changes.

Instructions

Install, repair, update, or uninstall one AirMCP add-on package after explicit user confirmation. Use dryRun first to preview the npm command.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packYesNon-core module pack name, for example productivity, communications, media, or spatial
actionNoinstall repairs or updates the exact matching add-on version; uninstall removes it
dryRunNoPreview the npm command and config change without writing anything
confirmNoRequired true for real install/uninstall because this runs npm and edits AirMCP config

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
packYes
actionYes
dryRunYes
commandYes
messageYes
skippedYes
confirmedYes
configPathYes
activePacksYes
installSpecYes
packageNameYes
restartRequiredYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Describes the destructive nature (runs npm, edits config) and requires confirmation, complementing the destructiveHint annotation without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences front-load the purpose and key guidance, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, workflow (dryRun first), safety (confirmation), and parameter hints; output schema covers return values, so no further detail needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the description adds useful examples for 'pack' and reasoning for 'confirm', though most parameter info is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action verbs (install, repair, update, uninstall) and the resource (AirMCP add-on package), distinguishing it from sibling tools like list_module_packs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly mentions using dryRun first and requiring user confirmation, but does not specify when not to use or list alternatives beyond the implicit workflow hint.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/heznpc/AirMCP'

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