box_metadata_get_instance_on_file_tool
Retrieve metadata instances for specific files on MCP Server Box by providing a file ID and template key. Access structured file metadata efficiently through the Box API.
Instructions
Get 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 get the metadata from. template_key (str): The key of the metadata template.
Returns: dict: The metadata instance associated with the file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_id | Yes | ||
template_key | Yes |