Skip to main content
Glama
awslabs

amazon-datazone-mcp-server

Official
by awslabs

get_asset

Retrieve detailed metadata, lineage, glossary terms, and revision history for a specific data asset in Amazon DataZone.

Instructions

Retrieves detailed information about one specific asset (specified by user) in Amazon DataZone.

Use this API when you want to inspect or manage a particular known asset dataset, or table and want to retrieve its:

  • Full metadata (business and technical)

  • Lineage information

  • Forms and glossary terms

  • Time-series details

  • Revision history

  • Access and listing info

Data asset is a specific dataset or table, while data source is a location where your data resides.

related tools:

  • search: use when user is trying to discover or explore unknown assets based on keywords, metadata, or filters.

  • get_data_source: get detailed information about one specific data source in a domain.

Args: domain_identifier (str): The ID of the domain containing the asset asset_identifier (str): The ID of the asset to retrieve revision (str, optional): The specific revision of the asset to retrieve

Returns: Any: The API response containing asset details including: - Basic info (name, description, ID) - Creation timestamps (createdAt, firstRevisionCreatedAt) - Domain and project IDs - Asset type and revision info - Forms and metadata - Glossary terms - Listing status - Time series data points

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revisionNo
asset_identifierYes
domain_identifierYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It details the information retrieved (metadata, lineage, forms, etc.) and implies a read-only operation. While it could mention idempotency or permissions, the level of detail about the response is sufficient for understanding behavior.

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

Conciseness4/5

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

The description is well-structured with sections for main description, use case, related tools, args, and returns. It is informative without being verbose, though slightly longer than necessary.

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

Completeness4/5

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

Given no output schema, the description provides a detailed list of return fields. It explains the concept of an asset and differentiates it from a data source. The three parameters are fully documented. This is adequate for an AI agent to use the tool correctly.

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 coverage is 0%, so the description must compensate. It provides clear descriptions of each parameter: domain_identifier, asset_identifier, and revision (optional), adding meaning beyond the schema's property names.

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 clearly states the verb 'Retrieves' and the resource 'one specific asset', and distinguishes from siblings by explicitly naming 'search' and 'get_data_source' as alternatives for different use cases.

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 says 'Use this API when you want to inspect or manage a particular known asset', and contrasts with search for discovery and get_data_source for data sources, providing clear guidance on when to use this tool vs alternatives.

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/awslabs/amazon-datazone-mcp-server'

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