search_cached_scripts
Search previously executed scripts semantically to reuse working solutions. Find code that solves similar problems, even if exact code differs.
Instructions
Search for similar cached scripts using semantic search.
Finds previously executed scripts that solve similar problems, even if the exact code differs. Use this when you need to solve a task - there might already be a working solution cached.
Example queries:
"fetch data from REST API"
"parse JSON and extract fields"
"read CSV file and calculate sum"
"scrape webpage content"
Returns ranked results by similarity with scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 10) | |
| query | Yes | Description of what you want to do | |
| language | No | Filter by language (optional) |