Skip to main content
Glama
awslabs

amazon-datazone-mcp-server

Official
by awslabs

get_glossary

Retrieve detailed metadata of a business glossary in Amazon DataZone, including name, description, status, and owning project.

Instructions

Retrieves detailed information about a specific business glossary in Amazon DataZone.

Args: domain_identifier (str): The ID of the domain where the glossary exists Pattern: ^dzd[-][a-zA-Z0-9-]{1,36}$ identifier (str): The ID of the glossary to retrieve Pattern: ^[a-zA-Z0-9_-]{1,36}$

Returns: Any: The API response containing glossary details including: - createdAt (number): Timestamp of when the glossary was created - createdBy (str): The user who created the glossary - description (str): The description of the glossary (0-4096 characters) - domainId (str): The ID of the domain - id (str): The ID of the glossary - name (str): The name of the glossary (1-256 characters) - owningProjectId (str): The ID of the project that owns the glossary - status (str): The status of the glossary (DISABLED or ENABLED) - updatedAt (number): Timestamp of when the glossary was updated - updatedBy (str): The user who updated the glossary

Example: python response = await get_glossary( domain_identifier="dzd_123456789", identifier="gloss_987654321" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 bears full responsibility for transparency. It explains the tool is a read operation, lists return fields with types and constraints (e.g., status can be DISABLED or ENABLED), and includes timestamps and user info. However, it does not mention permissions, error conditions, or pagination 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 Args, Returns, and Example sections. It is front-loaded with the core purpose. While it is detailed, it is appropriately sized for the complexity of the tool (2 parameters, multiple return fields). Could be slightly more concise but still effective.

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?

Given there is no output schema, the description enumerates all return fields with types and constraints. Parameter semantics are fully covered. The example adds practical context. For a simple retrieval tool, this is complete and leaves no major gaps.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides comprehensive parameter details: each parameter has a clear description, type, and regex pattern. An example demonstrates usage. This fully compensates for the lack of schema descriptions.

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 tool's purpose: 'Retrieves detailed information about a specific business glossary in Amazon DataZone.' It uses a specific verb ('retrieves') and resource ('business glossary'), and distinguishes it from siblings like 'get_glossary_term' and 'create_glossary'.

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

Usage Guidelines3/5

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

The description provides an example and parameter details, but does not explicitly state when to use this tool versus alternatives. Among sibling tools, there are other 'get' operations, but no guidance on when to choose 'get_glossary' over them.

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