docs(mcp): Add workflow tool examples to MCP use cases#17154
Open
inkeep[bot] wants to merge 1 commit into
Open
docs(mcp): Add workflow tool examples to MCP use cases#17154inkeep[bot] wants to merge 1 commit into
inkeep[bot] wants to merge 1 commit into
Conversation
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 13 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 16:92 | warning | Capitalize 'Error Tracking' for PostHog's product. Use 'error tracking' for the general industry concept. | PostHogBase.ProductNames |
| 16:158 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 35:5 | warning | 'Explore product analytics' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 35:13 | warning | Capitalize 'Product Analytics' for PostHog's product. Use 'product analytics' for the general industry concept. | PostHogBase.ProductNames |
| 52:12 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'feature flags' for the general industry concept. | PostHogBase.ProductNames |
| 52:30 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 54:49 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 54:97 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'feature flags' for the general industry concept. | PostHogBase.ProductNames |
| 54:161 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 73:5 | warning | 'Run SQL and HogQL queries' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 90:32 | warning | Capitalize 'Workflows' for PostHog's product. Use 'workflows' for the general industry concept. | PostHogBase.ProductNames |
| 142:109 | warning | Capitalize 'Workflows' for PostHog's product. Use 'workflows' for the general industry concept. | PostHogBase.ProductNames |
| 169:32 | warning | Capitalize 'Experimentation' for PostHog's product. Use 'experimentation' for the general industry concept. | PostHogBase.ProductNames |
mayteio
approved these changes
Jun 1, 2026
Contributor
|
Hey @mayteio! This docs PR was generated for you by an agent. You're responsible for reviewing and merging it into production.
|
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.
Changes
Adds documentation examples for the new Workflows MCP tools introduced in PostHog/posthog#60388.
What's new
Added three
<PromptExample>components to the "Build CDP destinations and workflows" section in the MCP use cases page, demonstrating the key workflow lifecycle:These examples follow the intended workflow lifecycle enforced by the MCP guardrails: create as draft → test-run → enable.
New MCP tools documented
workflows-create- Create a new workflow (as draft)workflows-update- Update an existing workflowworkflows-run- Test-invoke a saved workflowworkflows-enable- Enable a workflowworkflows-disable- Disable a workflowworkflows-archive- Archive a workflowNote: The tools reference page (
/docs/model-context-protocol/tools) uses the<MCPTools />component which dynamically renders tools from the MCP schema, so the new workflow tools should appear there automatically once deployed.This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.