Skip to main content
Glama

Visa Design System MCP Server

by MarySuneela
design-token.schema.json765 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1 }, "value": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "category": { "type": "string", "enum": ["color", "typography", "spacing", "elevation", "motion"] }, "description": { "type": "string" }, "usage": { "type": "array", "items": { "type": "string" } }, "deprecated": { "type": "boolean" }, "aliases": { "type": "array", "items": { "type": "string" } } }, "required": ["name", "value", "category"], "additionalProperties": false }

Latest Blog Posts

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/MarySuneela/mcp-vpds'

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