Get Metadata
get_metadataRetrieve metadata for any project item, returning identity, path, XMP, and project metadata. Disable XML payloads when only bounded identity/path data is needed.
Instructions
Get metadata for a project item. Disable either XML payload when a bounded identity/path response is sufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item | |
| include_xmp_metadata | No | Include the potentially large XMP XML payload (default: true). Set false for a bounded identity/path response. | |
| include_project_metadata | No | Include the potentially large Project Metadata XML payload (default: true). Set false for a bounded identity/path response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |