Skip to main content
Glama

Visa Design System MCP Server

by MarySuneela
guideline.schema.json820 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 }, "category": { "type": "string" }, "content": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "lastUpdated": { "type": "string", "format": "date-time" }, "relatedComponents": { "type": "array", "items": { "type": "string" } }, "relatedTokens": { "type": "array", "items": { "type": "string" } } }, "required": ["id", "title", "category", "content", "tags", "lastUpdated"], "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