get-guideline-details
Retrieve comprehensive details for a specific design guideline by providing its ID using the Visa Design System MCP Server. Access essential information for consistent design implementation.
Instructions
Get detailed information about a specific guideline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Guideline ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Guideline ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}