mdns_unregister_service
Unregister a previously advertised mDNS service from the local network by providing its service name.
Instructions
Unregister a previously registered mDNS service.
This tool removes a service from the local network, stopping its advertisement.
Args: params (UnregisterServiceInput): Validated input parameters containing: - service_name (str): Service name to unregister
Returns: str: Unregistration result or error message
Example: >>> mdns_unregister_service(UnregisterServiceInput(service_name="MyServer._http._tcp.local.")) "Successfully unregistered service: MyServer._http._tcp.local."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |