resolve_target
Fuzzy-match collection and project names to resolve deployment targets, check deploy name availability, and return structured options for confirmation before deploying.
Instructions
CALL THIS BEFORE deploying or registering a prototype when the user hasn't provided exact IDs. Fuzzy-matches collection and project names, suggests where to put the prototype, and checks deploy_name availability. Returns structured options so you can confirm with the user before proceeding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploy_name | No | Desired Vercel deploy name to check availability for (e.g., 'erg-v3-teams'). | |
| project_name | No | Approximate project/prototype name to search for (e.g., 'ERG v3'). Fuzzy matched. | |
| collection_name | No | Approximate collection name to search for (e.g., 'hero use cases'). Fuzzy matched. |