Skip to main content
Glama

MCP Server Box

box_metadata_template_get_by_name_tool

Retrieve metadata templates by specifying their names using the Box API, enabling efficient data access and management within the MCP Server Box environment.

Instructions

Retrieve a metadata template by its name.

Args: ctx (Context): The context object containing the request and lifespan context. template_name (str): The name of the metadata template to retrieve.

Returns: dict: The metadata template associated with the provided name.

Input Schema

NameRequiredDescriptionDefault
template_nameYes

Input Schema (JSON Schema)

{ "properties": { "template_name": { "title": "Template Name", "type": "string" } }, "required": [ "template_name" ], "title": "box_metadata_template_get_by_name_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