download_fluent_app
Download application metadata from a ServiceNow instance to a local directory, capturing deployed metadata not present locally. Use incremental mode to fetch only changes since the last download.
Instructions
Download application metadata from a ServiceNow instance into a local directory. Includes metadata deployed to the instance that may not exist locally. The directory argument specifies where to expand the application. Use incremental mode to download only changes since the last download. Requires instance authentication (auto-injected from session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Credential alias to use for authentication with instance (auto-injected from session if not provided) | |
| debug | No | Print debug output | |
| source | No | Path to the directory that contains package.json configuration | |
| directory | Yes | Path to expand application | |
| incremental | No | Download application metadata from the instance in incremental mode | |
| workingDirectory | No | Absolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR. |