@W-22586635 Add list-flow-runs and list-flow-tasks tools#531
Open
showmethecold wants to merge 1 commit into
Open
@W-22586635 Add list-flow-runs and list-flow-tasks tools#531showmethecold wants to merge 1 commit into
showmethecold wants to merge 1 commit into
Conversation
ccrick-tableau
approved these changes
Jul 17, 2026
ccrick-tableau
left a comment
There was a problem hiding this comment.
Super excited for these! Thank you!
Add site-wide flow run history and scheduled flow task discovery, gate both tools behind FLOW_TOOLS_ENABLED, and include filtering, documentation, OAuth scopes, tests, and the 3.5.0 version bump.
showmethecold
force-pushed
the
jmao/list-tools
branch
from
July 20, 2026 19:20
f045aeb to
f797d16
Compare
jarhun88
approved these changes
Jul 21, 2026
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.
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of
the pull request.
Pull Request Template
Description
Adds two read-only Tableau Prep tools:
list-flow-runs — site-wide run history, newest-first with a default limit of 100. Reports completeness via mcp.resultInfo and provides a best-effort mcp.failureInsight link for failed runs.
list-flow-tasks — scheduled runFlow tasks with filtering, sorting, and limits.
Both document caller-permission caveats for non-admin users.
Also adds supporting REST APIs/types, shared filtering utilities, OAuth scopes, tests, and documentation.
Motivation and Context
Type of Change
How Has This Been Tested?
Unit tests and Manual end-to-end validation
Related Issues
Closes #532
Checklist
npm run version. For example,use
npm run version:patchfor a patch version bump.environment variable or changing its default value.
Contributor Agreement
By submitting this pull request, I confirm that:
its Contribution Checklist.