II.
StackPart JSON
Structured · livestack-part:sms-delivery
SMS / Voice Delivery json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:sms-delivery",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-delivery.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SMS / Voice Delivery",
"category": "messaging",
"description": "SMS/voice messaging API (Twilio, Pinpoint, Vonage).\n"
},
"outgoingEdges": [
{
"from": "stack-part:sms-delivery",
"to": "tool:twilio",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:twilio",
"to": "stack-part:sms-delivery",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool-server:mcp-twilio",
"to": "stack-part:sms-delivery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-saperly",
"to": "stack-part:sms-delivery",
"kind": "integrates_with",
"attributes": {}
}
]
}