Inspect and View Chat Photo Content
open_photoView and inspect photo content from a Telegram chat to analyze an image in a conversation. Returns photo metadata and a preview.
Instructions
Inspect and view photo content from a chat. Returns image metadata and preview. Use when analyzing an image in a conversation. For bulk photo galleries, use get_photo_sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Optional account label for multi-account environments. If omitted in single-mode, the default account is used. In multi-mode without an account, read-only tools fan out across all configured accounts. | |
| chat_id | Yes | Target Telegram chat, group, supergroup, channel, or user identifier. Accepts numeric chat ID (e.g. -1001234567890 or 123456789), username (e.g. '@channel'), or phone number. | |
| photo_id | No | Numeric photo ID or unique file identifier of the profile photo. | |
| save_path | No | Local destination file path to save downloaded media. Must resolve within allowed MCP roots. | |
| message_id | No | Unique integer ID of the target message within the specified chat. |