connect_provider_account
Register a local 3D printer with a provider account, specifying name, location, capabilities, and price per gram. Enables printing through partner integrations like 3DOS.
Instructions
Connect a local printer to a provider account (integration path).
Args:
name: Human-readable printer name (e.g. "Prusa MK4 #2").
location: Geographic location (e.g. "Austin, TX").
capabilities: Optional dict of printer capabilities (build volume,
supported materials, etc.).
price_per_gram: Price per gram of filament in USD (optional).
Registers this printer with the configured partner provider
integration (currently 3DOS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| location | Yes | ||
| capabilities | No | ||
| price_per_gram | No |