list_services
Retrieve a list of tracked services with IDs and tags. Search by name or ID, filter by tag, and paginate results to discover service IDs for status queries.
Instructions
List services tracked by StatusCraft, with their IDs and tags. Use this to discover service IDs for get_status. Supports name/ID search and tag filtering. Results are paginated (100 per page) — pass page to get more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Optional name/ID search query. Filters services whose name or ID contains this string (case-insensitive). E.g. 'stripe', 'amazon', 'cloud'. Use this to find a service when you don't know its exact ID. | |
| filter_tag | No | Optional tag filter. E.g. 'ai', 'payments', 'hosting', 'monitoring', 'communication'. Returns only services matching this tag. | |
| page | No | Page number (1-based, default 1). Each page returns up to 100 services. |