servicenow-docs

0
0
Source

Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics.

Install

mkdir -p .claude/skills/servicenow-docs && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7359" && unzip -o skill.zip -d .claude/skills/servicenow-docs && rm skill.zip

Installs to .claude/skills/servicenow-docs

About this skill

ServiceNow Documentation Skill

Search and retrieve documentation from docs.servicenow.com and developer.servicenow.com. This skill provides access to ServiceNow's release notes, platform documentation, and developer-focused API references and guides.

When to Use

Use this skill when the user asks about:

  • ServiceNow API documentation (GlideRecord, GlideAjax, GlideQuery, etc.)
  • Release notes, patches, or new features
  • Platform configuration or administration
  • Scripting patterns or best practices
  • Accessibility, UI, or user preferences
  • Any ServiceNow product or feature documentation
  • Developer topics like openFrameAPI, ScriptLoader, spContextManager, or mobile APIs

Tools

servicenow_search

Search the ServiceNow documentation database.

Args:

  • query (string, required) - Search terms (e.g., "GlideRecord", "accessibility preferences", "patch notes")
  • limit (number, default: 10) - Maximum results to return
  • version (string, optional) - Filter by version (e.g., "Washington DC", "Zurich", "Yokohama")

Example:

{"query": "GlideAjax client script", "limit": 5}

servicenow_get_article

Fetch the full content of a documentation article.

Args:

  • url (string, required) - The article URL (automatically converted from Zoomin to docs.servicenow.com)

Example:

{"url": "https://docs.servicenow.com/bundle/zurich-release-notes/page/release-notes/quality/zurich-patch-5.html"}

servicenow_list_versions

List available ServiceNow documentation versions/releases.

Args: None required

servicenow_latest_release

Get release notes for the latest ServiceNow version (automatically detects most recent).

Args: None required

servicenow_dev_suggest

Get autocomplete suggestions from ServiceNow Developer Documentation.

Args:

  • term (string, required) - Partial search term (e.g., "Gli", "openFrame", "spCon")

Example:

{"term": "openFrame"}

servicenow_dev_search

Search ServiceNow Developer Documentation (APIs, guides, references). Returns URLs to API reference pages.

Args:

  • query (string, required) - Search terms (e.g., "openFrameAPI", "spContextManager")
  • limit (number, default: 10) - Maximum results to return

Example:

{"query": "ScriptLoader", "limit": 5}

servicenow_dev_guide

Fetch a ServiceNow Developer Guide by path. Works for PDI guides, developer program docs, etc.

Args:

  • path (string, required) - Guide path (e.g., "developer-program/getting-instance-assistance", "pdi-guide/requesting-an-instance")
  • release (string, default: "zurich") - Release version

Example:

{"path": "developer-program/getting-instance-assistance"}

URL Handling

  • Search API: Uses Zoomin API (servicenow-be-prod.servicenow.com) for searching
  • User-facing URLs: Automatically converted to docs.servicenow.com for readability
  • Article content: Fetched via the Zoomin API endpoint with proper headers
  • Developer Docs Search: developer.servicenow.com GraphQL + databroker search APIs
  • Developer Docs Content: fetched directly from developer.servicenow.com pages

Example Usage

User: "What are the accessibility preferences in ServiceNow?" → Use servicenow_search to find accessibility documentation → Use servicenow_get_article to fetch the full content → Summarize the preferences for the user

User: "Tell me about the latest ServiceNow patch" → Use servicenow_latest_release to get the most recent release notes → Fetch and summarize the patch details

User: "How do I use openFrameAPI?" → Use servicenow_dev_suggest or servicenow_dev_search to find the best developer docs topic → Returns URLs to API reference pages (requires browser access for full content)

User: "Show me the PDI guide for getting an instance" → Use servicenow_dev_guide with path "pdi-guide/requesting-an-instance" → Returns full guide content

APIs Used

  • Zoomin Search API: https://servicenow-be-prod.servicenow.com/search
  • Content Source: docs.servicenow.com (accessed via Zoomin API)
  • Developer Search API: https://developer.servicenow.com/api/now/uxf/databroker/exec
  • Developer Suggest API: https://developer.servicenow.com/api/now/graphql
  • Developer Guides API: https://developer.servicenow.com/api/snc/v1/guides (public, no auth needed)

Limitations

  • API Reference Content: The developer.servicenow.com API reference pages require browser access. servicenow_dev_search returns URLs but cannot fetch the full API documentation content.
  • Guide Content: Guides are fully available via servicenow_dev_guide without authentication.

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571699

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.