search_photos
Search and retrieve photos from Unsplash using a query. Designed for quick access to high-quality images for projects, presentations, or personal use, integrated within the Multi-MCPs server for streamlined API interactions.
Instructions
Search Unsplash photos
Input Schema
Name | Required | Description | Default |
---|---|---|---|
per_page | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"per_page": {
"type": "number"
},
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}