Input
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query. Specific keywords work better than general phrases. |
type | enum | No | Filter results to a specific asset type: context, skill, persona, prompt, or system_prompt. |
limit | number | No | Max results. Default 10, max 20. |
Example
Prompt:“Search Versuno for anything about customer support.”Tool call:
When to use it
- The agent has a specific topic in mind and needs the best match.
- You want to find related assets before loading them (rather than loading blindly).
- Use together with
get_assetorpull_assetas a follow-up.
Search tips
- Use specific nouns and verbs. “onboarding SQL queries” beats “help me with databases”.
- Add type filter if you know what you want. Searching only
promptreduces noise. - The scoring favours recently updated assets with a high importance rating.
See also
list_assets— browse without a query.get_asset— load the content of a specific match.

