acedatacloud_list_services
Find subscription services on AceDataCloud by searching by alias/title or filtering by service type, tag, and privacy. Returns the number of matches plus the service items.
Instructions
List the services available on the AceDataCloud platform.
A *service* is a product (e.g. ``suno``, ``midjourney``) you can subscribe to.
``search`` finds one by alias/title (client-side); ``service_type``, ``tag`` and
``private`` are applied server-side. Returns count + items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag, e.g. 'application'. | |
| limit | No | Max services to return when not searching. | |
| search | No | Optional case-insensitive substring to match against service alias or title. | |
| private | No | Filter by privacy: False = public only, True = private only, unset = all. | |
| service_type | No | Filter by type: Api/Proxy/Integration/Dataset/Introduction/Agent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |