cached_fetch
Look up a URL and prompt in the local cache. Returns cached content instantly if available, or marks a cache miss.
Instructions
Look up a URL+prompt pair in the local WebFetch cache. Returns cached output if present (instant), or "[CACHE_MISS] " if not. On CACHE_MISS, call WebFetch, then call cache_store with the result. Same URL+prompt across sessions hits the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| prompt | Yes | The prompt/instruction for the WebFetch |