Skip to main content
Glama
awslabs

amazon-datazone-mcp-server

Official
by awslabs

create_glossary

Create a business glossary in Amazon DataZone by providing a domain, name, and owning project. Optionally add a description and set status.

Instructions

Creates a new business glossary in Amazon DataZone.

Args: domain_identifier (str): The ID of the domain where the glossary will be created name (str): The name of the glossary (1-256 characters) owning_project_identifier (str): The ID of the project that will own the glossary description (str, optional): The description of the glossary (0-4096 characters) status (str, optional): The status of the glossary (ENABLED or DISABLED, default: ENABLED) client_token (str, optional): A unique token to ensure idempotency (1-128 characters)

Returns: Any: The API response containing the created glossary details

Example: python response = await create_glossary( domain_identifier="dzd_123456789", name="Sales Glossary", owning_project_identifier="prj_987654321", description="Glossary for sales-related terms", status="ENABLED", )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
statusNoENABLED
descriptionNo
client_tokenNo
domain_identifierYes
owning_project_identifierYes
Behavior3/5

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

The description explains the creation action and lists parameters, but does not disclose potential errors, prerequisites (e.g., domain must exist), or side effects. With no annotations, the description carries full burden and provides only basic behavioral information. No contradictions.

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 structured with clear sections (Args, Returns, Example) and is concise. The example adds practical value. However, the opening sentence is slightly redundant with the Args section that follows.

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

Completeness3/5

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

Given the absence of an output schema and annotations, the description covers all parameters and returns a generic 'API response'. It lacks details on error conditions, edge cases, or prerequisite checks (e.g., domain existence), which would be needed for full completeness.

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?

The schema has 0% description coverage, but the description's Args section adds meaningful context for each parameter (e.g., 'The ID of the domain where the glossary will be created'). This compensates well, though details like character limits are provided inconsistently (only for name and description).

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?

Clearly states 'Creates a new business glossary in Amazon DataZone.' The verb is specific ('creates'), the resource is defined ('business glossary'), and the platform is named, differentiating from siblings like create_glossary_term which creates a term within a 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?

No explicit guidelines on when to use this tool versus alternatives, such as when a glossary should be created before terms. The context is implied by the sibling tools (e.g., create_glossary_term), but no direct 'when to use' or 'when not to use' guidance is given.

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