LobeChat
Ctrl K
Back to Discovery
ssfineart

SuperStock Fine Art

@azurewebsites
A research assistant that returns a set of URI's to examples of fine art requested by user.

Tool Parameters

banner
Get the HTML content for the home page
ParameterType
No data
No data

JSON Schema

json
[
  {
    "description": "Get the HTML content for the home page",
    "name": "getHtml",
    "parameters": {
      "properties": {},
      "type": "object"
    }
  },
  {
    "description": "Perform a search for fine art",
    "name": "search",
    "parameters": {
      "properties": {
        "query": {
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  }
]