fix(mcp): SKILL.md documents the business-action tools (#2714 Phase 0)#2715
Merged
Conversation
…2714 Phase 0) The skill's tool list covered 7 of the 9 native tools — the business-action pair from #2307 was missing, so skill-installed agents never learned they can run app-registered actions directly. Adds the two tools with their real signatures, weaves actions into the intro / when-to-use / discover / workflow sections, and teaches action preference over hand-editing records. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 9 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
This was referenced Jul 9, 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.
#2714 Phase 0 — prerequisite for every distribution shell (they all copy the rendered skill).
renderSkillMarkdown()documented only the 7 object-CRUD tools; the MCP surface exposes 9. The business-action pair from #2307 (list_actions/run_action) was absent, so an agent installing the skill never learned it can run approvals, conversions, or flow triggers directly — it would hand-edit the underlying records instead.Changes (skill content only, no runtime behavior)
list_actions()andrun_action({ actionName, objectName?, recordId?, params? })with their real semantics (record-scoped actions, destructive flag, param declaration,objectNameas disambiguator only)list_actions, and the workflow branches torun_actionwhen a matching action existsRefs #2714, #2698.
🤖 Generated with Claude Code