WebSim Explorer

search_assets

Search for assets (images, files, resources) in WebSim projects. Perfect for 'Find assets about [topic]' or 'Search for [keyword] files' questions. Supports MIME type filtering.

Remote gigachadtrey/websimm

Other tools also called search_assets? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Number of results to return (1-100, default: 20)"
    },
    "query": {
      "type": "string",
      "description": "Search query to find assets"
    },
    "offset": {
      "type": "number",
      "default": 0,
      "minimum": 0,
      "description": "Number of results to skip for pagination (default: 0)"
    },
    "mime_type": {
      "type": "string",
      "description": "Filter by MIME type (e.g., 'image/', 'text/', 'application/json')"
    }
  }
}