Skip to main content
Glama
sonisoft-cnanda

now-sdk-ext-mcp

Install Store Application

install_store_app
Destructive

Install a ServiceNow Store application on a target instance by specifying the app ID and version. Blocks until installation completes or a configurable timeout expires.

Instructions

Install a ServiceNow store application on the target instance. This is a MUTATIVE, LONG-RUNNING operation that blocks until installation completes or times out (default: 30 minutes).

IMPORTANT:

  • Installation adds new tables, scripts, and configuration to the instance.

  • Review the application details (use get_app_details) before installing.

  • Ensure the instance has sufficient capacity and the right entitlements.

  • Consider testing on a sub-production instance first.

Use search_store_apps with tab_context 'available_for_you' to find apps available for installation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe source app ID of the application to install. Use search_store_apps or get_app_details to find this.
versionYesThe version to install (e.g., "1.2.3"). Use get_app_details to see available versions.
instanceNoThe ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable.
load_demo_dataNoWhether to load demo data during installation.
timeout_minutesNoMaximum time to wait for installation to complete, in minutes. Default 30.
Behavior5/5

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

While annotations already indicate destructiveHint and readOnlyHint false, the description significantly expands on the behavioral profile: it explicitly labels the operation as 'MUTATIVE, LONG-RUNNING' and notes it 'blocks until installation completes or times out (default: 30 minutes).' It also discloses that installation adds tables, scripts, and configuration, and warns about capacity/entitlements—all beyond the annotation hints.

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

Conciseness4/5

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

The description is well-structured with a clear opening sentence, an 'IMPORTANT' section, and a closing guidance line. It is somewhat longer than strictly necessary, but every sentence adds value—covering mutability, timeout, prerequisites, and discovery. The front-loading of key traits (mutative, long-running) is effective.

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?

Given the tool's complexity (mutative, long-running install operation) and absence of an output schema, the description is thorough. It explains what happens, how long it blocks, prerequisites (capacity, entitlements), and how to find installable apps. It does not explicitly describe the return value, but for a blocking operation with no output schema, the behavioral disclosure is sufficient.

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

Parameters3/5

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

Schema coverage is 100% with detailed descriptions for all five parameters, so the baseline is 3. The description adds high-level context (e.g., 'Use get_app_details to see available versions') but does not materially increase per-parameter meaning beyond what the schema already provides. It does reinforce connection to discovery tools, but that is more usage guidance than parameter semantics.

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: 'Install a ServiceNow store application on the target instance.' It specifies the resource (store application) and target (instance), and distinguishes from siblings like install_from_app_repo (different source) and update_store_app (update vs install).

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: 'Use search_store_apps with tab_context 'available_for_you' to find apps available for installation.' It also recommends reviewing app details with get_app_details and testing on sub-production, effectively guiding the agent through prerequisites and alternatives.

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/sonisoft-cnanda/now-sdk-ext-mcp'

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