get_random_photo
Retrieve a random photo from a unified MCP server, optionally filtered by category. Access multiple APIs through Multi-MCPs to simplify photo retrieval across integrated services.
Instructions
Get a random photo optionally filtered by category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"type": "string"
}
},
"type": "object"
}