A

agentline.cloud

Voice and telephony infrastructure for AI agents — give an agent a real phone number to make and receive voice calls, send and handle SMS, and provision US/Canada numbers through one API. WebMCP tools let an agent read AgentLine's pricing and feature set and fetch the SKILL.md that wires up full telephony powers.

3read
https://agentline.cloud/

live · AI Agents & Fintech · JSON · API for agents

Tools 3 tools

get_pricingread

Get AgentLine pricing details for AI voice calls, phone numbers, and SMS.

View tool JSON
{
  "name": "get_pricing",
  "kind": "read",
  "impl": "imperative",
  "description": "Get AgentLine pricing details for AI voice calls, phone numbers, and SMS.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_featuresread

Get a summary of AgentLine's key features and capabilities for AI agents.

View tool JSON
{
  "name": "get_features",
  "kind": "read",
  "impl": "imperative",
  "description": "Get a summary of AgentLine's key features and capabilities for AI agents.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_skill_fileread

Get the AgentLine SKILL.md URL — the skill file that gives any AI agent full telephony powers (voice calls, SMS, phone numbers).

View tool JSON
{
  "name": "get_skill_file",
  "kind": "read",
  "impl": "imperative",
  "description": "Get the AgentLine SKILL.md URL — the skill file that gives any AI agent full telephony powers (voice calls, SMS, phone numbers).",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}