configure_textable_links
ActiveTool of KaiCalls
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries