nexo_artifact_find
Find built or deployed artifacts by name, alias, port, path, or description fragment using a retrieval ladder from exact match to fuzzy search.
Instructions
Find artifacts using the retrieval ladder: exact alias → port/path → fuzzy token → recent. PRIMARY retrieval tool for when users reference something built/deployed. Handles natural language like 'the backend', 'that script', 'localhost something'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for — name, alias, port, path, or description fragment | |
| kind | No | Filter by kind (optional) | |
| state | No | Filter by state — default 'active'. Use 'all' for everything. | active |