collection_create_collection
Create a new service collection to organize cloud resources by project, environment, and region. Specify name and details to establish a structured grouping for efficient infrastructure management.
Instructions
Create a new service collection.
Args: name: Name for the service collection project: Project name to group collections environment: Environment (development, testing, staging, production, or custom) ctx: FastMCP context for resource change notifications description: Optional description region: Vultr region for resources tags: Optional tags for organization created_by: User who created the collection
Returns: Created service collection details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| region | No | ||
| project | Yes | ||
| created_by | No | ||
| description | No | ||
| environment | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||