List Servers
list_serversList servers in a Laravel Forge organization showing provider, region, size, PHP version, IP addresses, and provisioning status. Filter, sort, or include tags to find server IDs for use with other tools.
Instructions
List the servers in an organisation — provider, region, size, PHP version, IP addresses and provisioning status. Supports filter/sort/include (try include="tags"). Use this to find a server id for the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Comma-separated fields to sort by; prefix with "-" to reverse (e.g. "-created_at"). | |
| cursor | No | Pagination cursor from a previous response's meta.next_cursor. | |
| filter | No | Field filters, e.g. {"name": "acme-web"}. Supported fields vary by endpoint. | |
| include | No | Comma-separated relationships to embed (e.g. "tags,latestDeployment"). | |
| page_size | No | Items per page (Forge default 30). | |
| organization | No | Organisation slug. Optional when the server has a default configured. |