List Services
list_servicesList all services in a project and retrieve their summary details, including id, name, runtime, deploy type, deploy tag, and active status. Requires a project ID obtained from list_projects.
Instructions
List all services in a project. Returns a summary (id, name, runtime, deploy_type, deploy_tag, active) for each service — call get_service for full configuration. Get a project id from list_projects first. Returns at most limit services (default 50); when has_more is true, raise limit to fetch the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of services to return (default 50, max 200) | |
| projectId | Yes | The project UUID |