Update Fabric MCP tool names and descriptions#1654
Open
jeremydhoover-blip wants to merge 1 commit intomicrosoft:mainfrom
Open
Update Fabric MCP tool names and descriptions#1654jeremydhoover-blip wants to merge 1 commit intomicrosoft:mainfrom
jeremydhoover-blip wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Standardize all 15 Fabric MCP tool names and descriptions to follow consistent pattern: - Title: <verb><object> - Description: Performs <action>. Use this when <condition>. <constraints> Updated tools: Fabric Public API tools (6): - list_fabric_api_workloads (formerly publicapis_list) - get_fabric_api_spec (formerly publicapis_get) - get_fabric_platform_api_spec (formerly publicapis_platform_get) - get_fabric_best_practices (formerly publicapis_bestpractices_get) - get_fabric_api_examples (formerly publicapis_bestpractices_examples_get) - get_fabric_item_schema (formerly publicapis_bestpractices_itemdefinition_get) OneLake tools (9): - list_onelake_workspaces (formerly workspace list) - list_onelake_items (formerly item list) - list_onelake_items_dfs (formerly item list-data) - create_fabric_item (formerly item create) - list_onelake_files (formerly file list) - create_onelake_directory (formerly directory create) - delete_onelake_directory (formerly directory delete) - upload_onelake_file (formerly upload file) - download_onelake_file (formerly download file) - delete_onelake_file (formerly file delete) Updated README.md with new tool names and descriptions in Available Tools table.
|
Thank you for your contribution @jeremydhoover-blip! We will review the pull request and get back to you soon. |
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.
Update Fabric MCP Tool Names and Descriptions
This PR standardizes all 15 Fabric MCP tool names and descriptions to follow a consistent pattern:
<verb><object><action>. Use this when<condition>.<constraints>Changed Tools
Fabric Public API Tools (6 tools)
publicapis_list→list_fabric_api_workloadspublicapis_get→get_fabric_api_specpublicapis_platform_get→get_fabric_platform_api_specpublicapis_bestpractices_get→get_fabric_best_practicespublicapis_bestpractices_examples_get→get_fabric_api_examplespublicapis_bestpractices_itemdefinition_get→get_fabric_item_schemaOneLake Tools (9 tools)
workspace list→list_onelake_workspacesitem list→list_onelake_itemsitem list-data→list_onelake_items_dfsitem create→create_fabric_itemfile list→list_onelake_filesdirectory create→create_onelake_directorydirectory delete→delete_onelake_directoryupload file→upload_onelake_filedownload file→download_onelake_filefile delete→delete_onelake_fileFiles Changed
NameandDescriptionpropertiesAvailable Toolstable updated with new tool names and descriptionsTesting
All changes are to string properties (tool names and descriptions).