Understand the tool catalog
Atlan MCP returns one namespaced catalog assembled from several providers. The five Registry pages in this tab cover the stable built-in surface. They do not enumerate every tool a connected account can expose.Where tools come from
Gateway advertises names as
<server-slug>__<tool-name>. Registry owns the
reserved registry slug. Downstream slugs come from server names and can gain a
numeric suffix when names collide, so copy the advertised name rather than
constructing it yourself.
Skill tools and Skill metadata
Earlier Gateway versions declaredcreate_skill, get_skill, and
skill_traces from the Skill extension. They are documented in this tab for
deployments that still advertise them. The Agent extension’s agent_traces
tool is documented on the same basis. All four are retired in current main.
Use Registry’s generic artifact tools to find and inspect Skills. Publish a
Skill through the CLI or HTTP API, and use the HTTP trace endpoints for Skill
trace reads.
A Skill’s allowed-tools frontmatter is descriptive metadata. It records tool
dependencies but does not register or expose those tools through Gateway. A
skill-oriented tool can still appear when a registered downstream server
advertises it.
Check the live catalog
After OAuth succeeds, inspect the MCP protocol’s authenticatedtools/list
result before constructing a call. For every tool you plan to use, confirm:
- The exact namespaced name.
- The current description and
inputSchema. - Whether Gateway added
rationaleorsession_id. - Which server namespace owns the tool.
GET /mcp/v1/tools is the searchable Registry projection of discovered tool
records. It is useful for inventory and reporting, but it can lag a downstream
server’s live catalog. Use protocol tools/list to decide what is callable.