docs: add ServiceNow tool setup and usage page - #88
Open
thomasvicaire wants to merge 4 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…ccount scope note)
axel-ext-dust
approved these changes
Sep 1, 2026
axel-ext-dust
left a comment
Collaborator
There was a problem hiding this comment.
@thomasvicaire reviewed and pushed a small fix in 630e4c5 for a wording contradiction in the OAuth scope section: it said "No OAuth scope needs to be configured" and then, one sentence later, recommended adding the useraccount scope to fix API access issues, which read as contradictory.
Reworded it to make both facts clear without the contradiction (no scope needed by default to connect, but useraccount can help with API access issues afterward).
LGTM, you can merge 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds documentation for the native ServiceNow tool (MCP server), shipped in dust-tt/dust#29134 (OAuth provider), dust-tt/dust#29135 (server skeleton), and dust-tt/dust#31252 (generic Table API connector v2).
Files changed
docs/user-documentation/agents/tools/servicenow.mdx(new): full setup and usage page, following the structure of the other tool pages (Freshservice, NetSuite):https://dust.tt/oauth/servicenow/finalize/https://eu.dust.tt/oauth/servicenow/finalize), Global/broadly-scoped application requirement, generated credentials, no OAuth scope needed.docs.json: addsdocs/user-documentation/agents/tools/servicenowto the tools navigation group (aftersemrush).Verification
Setup steps and troubleshooting entries verified against the implementation PRs and an end-to-end connection to a ServiceNow Personal Developer Instance.