feat: Add Box share link tools for file sharing capabilities#13
Open
adamanz wants to merge 1 commit intobox-community:mainfrom
Open
feat: Add Box share link tools for file sharing capabilities#13adamanz wants to merge 1 commit intobox-community:mainfrom
adamanz wants to merge 1 commit intobox-community:mainfrom
Conversation
- Add box_create_share_link_tool: Create share links with access controls, passwords, expiration - Add box_get_shared_link_tool: Retrieve existing share link information - Add box_remove_shared_link_tool: Remove share links from files - Update README with documentation for all three share link tools Demo: https://x.com/adamanzzz/status/1931060047624405165
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.
Summary
This PR adds three new tools to the MCP Box server for managing Box share links. These tools enable users to create, retrieve, and remove share links for Box files through the Model Context Protocol.
Demo
See the share link tools in action: https://x.com/adamanzzz/status/1931060047624405165
What's New
box_create_share_link_tool: Create share links with customizable access levels, passwords, expiration dates, and download permissionsbox_get_shared_link_tool: Retrieve existing share link information for a filebox_remove_shared_link_tool: Remove share links from files