iiRecord
Agentic AI Atlas · Supports telephony
capability:supports-telephonya5c.ai
II.
Capability JSON

capability:supports-telephony

Structured · live

Supports telephony json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/sdk-framework-capabilities.yamlCluster · capabilities
Record JSON
{
  "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."
      }
    }
  ]
}