Every jsn feature

Fourteen features, each with a page and real terminal output from a live instance. Verified against v4.1.0 source.

Auth & setup

The interactive setup wizard: instance, OAuth or basic, read-only mode and per-profile toggles.

Agent skill installer

One command drops the full playbook into any AI agent — no MCP server to stand up.

The docs, from the terminal

49,180 ServiceNow docs searchable in the CLI — for you and for your agents.

The docs, in the browser

The same index as a local web UI — search, filter by bundle, read in a viewer.

Read & query records

Any table, encoded queries, counts on every list.

Create & update records

Create records with the right fields for the table. The strict write-back check confirms every field persisted.

Catalog item one-liner

Create a catalog item with its variables in a single command.

Delete records, safely

Read-only by default. Deletes need --force; read-only profiles block writes entirely.

Bulk operations

Update thousands of records by query. Dry-run by default — preview before you commit.

CMDB relationship traversal

Walk the dependency graph: parents above, children below, cycles collapsed.

Flow subflow context

See the whole flow structure — triggers, actions, nested subflows.

Catalog variables

A request item with its variables resolved — plain REST doesn't do this.

Update set handling

List, set, complete, ignore — and export any set to XML.

ATF test execution

Discover tests and suites, run them, and poll results.

Background script execution

Run GlideScript on the instance from your terminal.