Skip to main content
Glama

get_asset_info

Retrieve full metadata for a known asset ID: EXIF, GPS, camera details, file properties. Use this to inspect technical details of an asset in your Immich library.

Instructions

Get full metadata for a single asset. Use this when you need EXIF details, GPS coordinates, camera info, or file properties for a known asset ID. For finding assets, use search_metadata or search_smart instead. Read-only.

Args:
    asset_id: The asset's UUID (from search results, album listings, or list_assets).
    with_notes: Also include the plugin's notes on the asset (past review
        verdicts and recorded actions, see get_asset_notes). One extra request.

Returns: JSON with EXIF data, GPS, dates, dimensions, file size, camera
make/model, and owner; plus a `notes` object (reviews and actions) when
with_notes is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYes
with_notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.0.2
    • addedInput schema / properties / with_notes
      Added value: +{
      +  "default": false,
      +  "title": "With Notes",
      +  "type": "boolean"
      +}
  2. First observedv1.0.0

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations present, the description carries the behavioral disclosure burden. It clearly states 'Read-only', discloses that with_notes incurs 'One extra request', and describes what the returned notes object contains. It does not discuss auth requirements or failure behavior, but for a simple metadata retrieval tool this is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, followed by clear usage guidance, parameter explanations, and return-value summary. Every sentence earns its place, and the format with Args and Returns sections makes it easy for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter, single-asset metadata lookup, this description covers the key context: when to use it, how to obtain asset_id, the optional with_notes behavior, cost implications, and the shape of the response. The presence of an output schema means the return-value summary in the description is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains both parameters: asset_id is 'The asset's UUID (from search results, album listings, or list_assets)' and with_notes is described as including notes at the cost of one extra request. This adds meaningful guidance beyond the schema's bare type definitions, though it does not enumerate the exact notes structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Get full metadata for a single asset.' It distinguishes the tool from its siblings by explicitly naming the metadata types (EXIF, GPS, camera info, file properties) and contrasting with search_metadata and search_smart, which are for finding assets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Use this when you need EXIF details, GPS coordinates, camera info, or file properties for a known asset ID') and provides clear alternatives ('For finding assets, use search_metadata or search_smart instead'). It also signals the read-only nature, helping the agent avoid unsafe or irrelevant choices.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drolosoft/immich-photo-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server