II.
Tool JSON
Structured · livetool:twilio
Twilio json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:twilio",
"_kind": "Tool",
"_file": "domain/tools/stack-part-implementations.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Twilio",
"homepageUrl": "https://www.twilio.com",
"kind": "other",
"description": "Programmable SMS, voice, WhatsApp, and verification APIs. Global\nrouting, regulatory templating, and delivery-status webhooks.\n"
},
"outgoingEdges": [
{
"from": "tool:twilio",
"to": "stack-part:sms-delivery",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:twilio",
"to": "skill-area:communication",
"kind": "used_for",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-part:notification-service",
"to": "tool:twilio",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:sms-delivery",
"to": "tool:twilio",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-profile:notification-service",
"to": "tool:twilio",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-twilio",
"to": "tool:twilio",
"kind": "integrates_with",
"attributes": {}
}
]
}