Skip to main content
Glama

MCP Server Box

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

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_get_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