get_photo_details
Retrieve detailed information about a photo by its ID using this tool. Part of the Multi-MCPs server, which integrates multiple APIs for unified access to services like Google Maps, GitHub, and more.
Instructions
Get photo details by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
photo_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"photo_id": {
"type": "string"
}
},
"required": [
"photo_id"
],
"type": "object"
}