Skip to main content
Returns a list of your Versuno assets with metadata only. No content is loaded into the agent’s context. Use this to discover what’s available before loading specific assets with get_asset or pull_asset.

Input

Example

Prompt:
“List my Versuno skill assets.”
Tool call:
Response:

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