Architectural Design Patterns · Capability
Architectural Design Patterns API
API providing access to a catalog of architectural design patterns, their descriptions, use cases, implementation examples, and relationships between patterns.
What You Can Do
GET
Listpatterns
— List architectural design patterns
/patterns
GET
Getpattern
— Get design pattern details
/patterns/{patternId}
GET
Getpatternexamples
— Get implementation examples for a pattern
/patterns/{patternId}/examples
GET
Getpatternrelationships
— Get relationships for a pattern
/patterns/{patternId}/relationships
GET
Listcategories
— List pattern categories
/categories
GET
Listantipatterns
— List anti-patterns
/anti-patterns
MCP Tools
listpatterns
List architectural design patterns
read-only
idempotent
getpattern
Get design pattern details
read-only
idempotent
getpatternexamples
Get implementation examples for a pattern
read-only
idempotent
getpatternrelationships
Get relationships for a pattern
read-only
idempotent
listcategories
List pattern categories
read-only
idempotent
listantipatterns
List anti-patterns
read-only
idempotent