slim_fetch_with_options
Fetch web content in SLIM format with configurable inclusion of images and videos. Control response size by excluding media or include them for detailed content.
Instructions
Fetch web content in SLIM format with advanced options.
Same as slim_fetch but with additional control over what content is included.
Use this when you need:
To exclude images or videos for faster/smaller responses
Specific SLIM levels only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| includeImages | No | Include image descriptions and metadata (default: true) | |
| includeVideos | No | Include video metadata and transcripts (default: true) |