Skip to content

fix(skills): standardize stale tool name references across 5 skills#18

Merged
yan-xie-webflow merged 1 commit intomainfrom
fix/standardize-mcp-tool-names
Apr 7, 2026
Merged

fix(skills): standardize stale tool name references across 5 skills#18
yan-xie-webflow merged 1 commit intomainfrom
fix/standardize-mcp-tool-names

Conversation

@yan-xie-webflow
Copy link
Copy Markdown
Contributor

Summary

Replace old API-style tool names with the correct MCP format across 5 skills. The Important Note sections already declared the correct names, but Instructions and Guidelines sections still referenced the old format.

Skills Fixed

Skill Old Names Replaced
safe-publish collections_items_list_items, sites_get, collections_list, sites_publish
bulk-cms-update sites_list, collections_items_list_items
site-audit collections_get, collections_items_list_items, sites_get, pages_list
cms-best-practices sites_get
cms-collection-setup sites_list, collection_fields_create_static, collection_fields_create_option, collection_fields_create_reference

Replacements

Old Name New MCP Format
sites_list data_sites_tool with action list_sites
sites_get data_sites_tool with action get_site
sites_publish data_sites_tool with action publish_site
collections_get data_cms_tool with action get_collection_details
collections_list data_cms_tool with action get_collection_list
collections_items_list_items data_cms_tool with action list_collection_items
collection_fields_create_* data_cms_tool with action create_collection_*_field
pages_list data_pages_tool with action list_pages

🤖 Generated with Claude Code

Replace old API-style tool names with correct MCP format:
- sites_list → data_sites_tool with action list_sites
- sites_get → data_sites_tool with action get_site
- sites_publish → data_sites_tool with action publish_site
- collections_get → data_cms_tool with action get_collection_details
- collections_list → data_cms_tool with action get_collection_list
- collections_items_list_items → data_cms_tool with action list_collection_items
- collection_fields_create_* → data_cms_tool with action create_collection_*_field
- pages_list → data_pages_tool with action list_pages

Skills fixed: safe-publish, bulk-cms-update, site-audit,
cms-best-practices, cms-collection-setup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yan-xie-webflow yan-xie-webflow merged commit 5044104 into main Apr 7, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants