collection_add_resource_to_collection
Add a Vultr resource like an instance or domain to a service collection using collection ID, resource type, and resource ID to group and manage infrastructure.
Instructions
Add a Vultr resource to a service collection.
Args: collection_id: ID of the service collection resource_type: Type of resource (instance, domain, etc.) resource_id: Vultr resource ID ctx: FastMCP context for resource change notifications resource_name: Human-readable name for the resource tags: Optional tags for the resource metadata: Additional metadata for the resource
Returns: Success confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| metadata | No | ||
| resource_id | Yes | ||
| collection_id | Yes | ||
| resource_name | No | ||
| resource_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||