Skip to main content
Glama

MCP Server Box

box_metadata_delete_instance_on_file_tool

Remove metadata instances from specified files on the Box platform using the MCP Server Box. Requires file ID and template key for precise deletion.

Instructions

Delete a metadata instance on a file.

Args: ctx (Context): The context object containing the request and lifespan context. file_id (str): The ID of the file to delete the metadata from. template_key (str): The key of the metadata template.

Returns: dict: The response from the Box API after deleting the metadata.

Input Schema

NameRequiredDescriptionDefault
file_idYes
template_keyYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "title": "File Id", "type": "string" }, "template_key": { "title": "Template Key", "type": "string" } }, "required": [ "file_id", "template_key" ], "title": "box_metadata_delete_instance_on_file_toolArguments", "type": "object" }
Install Server

Other Tools from MCP Server Box

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/box-community/mcp-server-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server