box_web_link_create_tool
Create web links in Box folders to share URLs with team members. Specify URL, parent folder, and optional name or description.
Instructions
Create a Box web link.
Args: ctx (Context): The context object containing the request and lifespan context. url (str): The URL of the web link. parent_folder_id (str): The ID of the parent folder for the web link. name (str, optional): The name of the web link. Defaults to None. description (str, optional): The description of the web link. Defaults to None.
Returns: dict: The response from the Box API after creating the web link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| parent_folder_id | Yes | ||
| name | No | ||
| description | No |