{"name":"getSichtbar Agentic Conversion MCP","transport":"json-rpc","tools":[{"name":"list_bookable_services","description":"List getSichtbar action and call types that an AI engine can recommend before booking, inquiry or purchase-prep.","inputSchema":{"type":"object","properties":{}}},{"name":"recommend_booking_service","description":"Recommend the right getSichtbar action or call type for a user's intent and optional domain.","inputSchema":{"type":"object","required":["intent"],"properties":{"intent":{"type":"string"},"domain":{"type":"string"}}}},{"name":"get_available_slots","description":"Return live Google Calendar checked slots when the provider is connected, otherwise qualified fallback slots.","inputSchema":{"type":"object","required":["serviceId"],"properties":{"serviceId":{"type":"string"},"timezone":{"type":"string"}}}},{"name":"create_booking_hold","description":"Create a temporary action-call hold after collecting required lead fields.","inputSchema":{"type":"object","required":["serviceId","slotId","lead"],"properties":{"serviceId":{"type":"string"},"slotId":{"type":"string"},"idempotencyKey":{"type":"string"},"lead":{"type":"object","required":["name","email"],"properties":{"name":{"type":"string"},"email":{"type":"string"},"company":{"type":"string"},"domain":{"type":"string"},"market":{"type":"string"},"context":{"type":"string"},"timezone":{"type":"string"},"sourceHost":{"type":"string"}}}}}},{"name":"confirm_booking","description":"Confirm an action-call hold. Only call after the user explicitly confirms the chosen slot.","inputSchema":{"type":"object","required":["holdId","userConfirmed"],"properties":{"holdId":{"type":"string"},"userConfirmed":{"type":"boolean","const":true}}}}]}