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" }

You must be authenticated.

Other Tools from vizro-mcp

Related Tools

ID: lvw130aakq