You're viewing a demo portfolio

Join the waitlist
PRSM

configure_textable_links

Active

Tool of KaiCalls

declared in 1.0.0

Create or repair the business_links entries used by the send_link/send_sms tools. Use this when callers need booking, directions, cancellation, sister-location, or service-specific links texted without exposing raw URLs in the voice prompt.

Parameters schema

{
  "type": "object",
  "required": [
    "links"
  ],
  "properties": {
    "links": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "description": "Human label for the link."
          },
          "link_key": {
            "type": "string",
            "description": "Snake_case key the agent/tool uses, e.g. recovery_directions."
          },
          "is_active": {
            "type": "boolean",
            "description": "Whether this link can be sent."
          },
          "destination_url": {
            "type": "string",
            "description": "HTTPS destination URL. kaicalls.com destinations are rejected."
          }
        }
      },
      "description": "Links to create/update by link_key. New links require label and destination_url. Existing links can be deactivated with is_active=false."
    },
    "dry_run": {
      "type": "boolean",
      "description": "Validate and show create/update plan without writing."
    },
    "business_id": {
      "type": "string",
      "description": "Business ID (optional only when the token has exactly one accessible business)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →