cache_search
Search the shared cache by keywords to find verified, reusable results from other agents, reducing token cost and avoiding redundant computation.
Instructions
Search the shared cache by keywords. Find relevant cached results from other agents.
Search before computing -- if another agent has cached a similar result, you can reuse it directly. Results include trust scores showing verification level.
Args: query: Keywords to search for (e.g. 'weather berlin', 'bitcoin price') limit: Max number of results to return (default: 10, max: 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |