get_availability
ActiveTool of mcp-server-dashform
declared in 1.0.0
Get booking availability for this business. Returns a booking link (e.g. Calendly) if configured, or a message about how to schedule.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"funnel_id"
],
"properties": {
"funnel_id": {
"type": "string",
"description": "The funnel public ID or internal ID"
}
}
}Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries