get_asset or pull_asset.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
type | enum | No | Filter by asset type: context, skill, persona, prompt, or system_prompt. Omit to list all types. |
limit | number | No | Max results to return. Default 20, max 50. |
Example
Prompt:“List my Versuno skill assets.”Tool call:
When to use it
- The agent needs to see what assets exist before deciding which to load.
- You want the agent to summarize your library without reading every asset.
- You’re debugging a sync issue and want to confirm an asset exists in the cloud.
See also
search_assets— full-text search when you know what you’re looking for.get_asset— load a specific asset’s content.- CLI:
versuno assets list— equivalent in the CLI.

