Skip to main content
Glama
DanMeon

apache-atlas-mcp

by DanMeon

get_entity_by_attribute

Look up an entity using its unique attribute (e.g., qualifiedName) instead of the GUID. Provide type_name, attribute_name, and attribute_value to get the entity.

Instructions

Get an entity by its unique attribute value.

Useful when you know the qualified name or another unique attribute instead of the GUID. Common pattern: look up by qualifiedName.

Args: type_name: The entity type (e.g., "hive_table", "rdbms_table"). attribute_name: Unique attribute name (typically "qualifiedName"). attribute_value: The attribute value to match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
type_nameYes
attribute_nameYes
attribute_valueYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/DanMeon/apache-atlas-mcp'

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