Skip to main content
Glama

vizro-mcp

Official
by mckinsey

get_model_json_schema

Retrieve the JSON schema for a specific Vizro model by providing the model name. Use this tool to understand the structure and requirements of models like 'Card', 'Dashboard', or 'Page'.

Instructions

Get the JSON schema for the specified Vizro model.

Args: model_name: Name of the Vizro model to get schema for (e.g., 'Card', 'Dashboard', 'Page') Returns: JSON schema of the requested Vizro model

Input Schema

NameRequiredDescriptionDefault
model_nameYes

Input Schema (JSON Schema)

{ "properties": { "model_name": { "title": "Model Name", "type": "string" } }, "required": [ "model_name" ], "title": "get_model_json_schemaArguments", "type": "object" }
Install Server

Other Tools from vizro-mcp

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/mckinsey/vizro'

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