photo_exif_viewer
EXIF Viewer — Extract and display all EXIF metadata from a photo including camera, GPS, and settings. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Input file (JPG, PNG, TIFF, HEIC) |
EXIF Viewer — Extract and display all EXIF metadata from a photo including camera, GPS, and settings. [category: photo]
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Input file (JPG, PNG, TIFF, HEIC) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint and openWorldHint annotations already cover the safety and scoping profile, and the description does not contradict them. It adds some useful behavioral context by listing what metadata categories are exposed, but it does not mention behavior when the photo has no EXIF data or what the output structure looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise, front-loaded sentence states the tool's purpose and key output categories, followed by a compact category tag. There is no filler, redundancy, or unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only tool with full schema documentation, the description is nearly complete. However, because there is no output schema, a brief note about what happens when no EXIF metadata exists would make it fully self-sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%: the single 'file' parameter is already described as the input file with supported formats (JPG, PNG, TIFF, HEIC). The description adds no additional parameter-level meaning, so the baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('extract and display') tied to a clear resource ('all EXIF metadata from a photo') and names concrete content categories (camera, GPS, settings). This unambiguously differentiates it from generic tools like analyze_metadata or analyze_file.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied by the description: use when you need EXIF metadata from a photo. However, it does not explicitly state when not to use it or name alternatives such as analyze_metadata or describe_image, so the guidance is only implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.