Skip to main content
Glama
DanMeon

apache-atlas-mcp

by DanMeon

dsl_search

Execute Atlas DSL queries to search metadata with type filters, attribute conditions, and aggregations for precise data discovery.

Instructions

Execute an Atlas DSL (Domain Specific Language) search query.

Atlas DSL supports structured queries with type filters, attribute conditions, and aggregations. Useful for complex, precise queries.

Example DSL queries:

  • "hive_table where name = 'customers'"

  • "hive_column where table.name = 'orders'"

  • "DataSet where owner = 'analytics_team'"

Args: query: Atlas DSL query string. limit: Maximum number of results (default: 25). offset: Pagination offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo
offsetNo

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