II.
Capability JSON
Structured · livecapability:supports-telephony
Supports telephony json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-telephony",
"_kind": "Capability",
"_file": "capabilities/capabilities/sdk-framework-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports telephony",
"description": "The tool or service provides telephony capabilities — voice calls,\nSMS, and phone-based interactions. Enables agents to make/receive\ncalls and send/receive text messages as part of their workflows.\n",
"appliesToNodeKinds": [
"ToolServer",
"Tool"
],
"category": "modality"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-saperly",
"to": "capability:supports-telephony",
"kind": "supports",
"attributes": {
"level": "full",
"notes": "Voice calls, SMS, and phone verification via MCP tools."
}
}
]
}